<config> tags (which use values from all2xml.conf) are now properly handled
[webpac] / Makefile
index cea19f1..6adede1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,14 @@ clean:
 profile:
        perl -d:DProf './all2xml.pl' > foo
        dprofpp
+
+ver=`date +%Y%m%d`
+
+dist:
+       rcs2log -h rot13.org > ChangeLog
+       rm -Rf webpac-$(ver)
+       mkdir webpac-$(ver)
+       cvs-files.pl | cpio -pvd webpac-$(ver)/
+       tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
+       rm -Rf webpac-$(ver)
+