<config> tags (which use values from all2xml.conf) are now properly handled
[webpac] / Makefile
1 clean:
2         rm -f *.bak *.temp
3
4 profile:
5         perl -d:DProf './all2xml.pl' > foo
6         dprofpp
7
8 ver=`date +%Y%m%d`
9
10 dist:
11         rcs2log -h rot13.org > ChangeLog
12         rm -Rf webpac-$(ver)
13         mkdir webpac-$(ver)
14         cvs-files.pl | cpio -pvd webpac-$(ver)/
15         tar cfvz ../webpac-$(ver).tar.gz webpac-$(ver)/
16         rm -Rf webpac-$(ver)
17