diff Makefile @ 167:ddefcc20367c

More static and/or dynamic metadata into README and project's init: release date, revision. While there bump the version to 3.0.0.dev1.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 10 May 2026 15:27:18 +0200
parents 6ac1ea5d2d4a
children 4b87a9ecffdd
line wrap: on
line diff
--- a/Makefile	Fri May 08 23:54:06 2026 +0200
+++ b/Makefile	Sun May 10 15:27:18 2026 +0200
@@ -4,10 +4,10 @@
 # SPDX-License-Identifier: MIT
 # :-
 
-.PHONY: help all clean distclean dist build tests flake8 docs clean-docs clean-docs-html install-dev install-docs
+.PHONY: help all clean distclean dist export build tests flake8 docs clean-docs clean-docs-html install-dev install-docs
 
 help:
-	@echo Targets: help, clean, distclean, dist, build
+	@echo Targets: help, clean, distclean, export, dist, build, tests docs clean-docs
 
 all: tests flake8
 
@@ -19,6 +19,10 @@
 distclean: clean
 	rm -rf dist/ *.egg-info
 
+export:
+	rm -rf __arch
+	hg kwarchive __arch
+
 clean:
 	rm -rf __arch/
 	find . -name '*.pyc' -delete