/[docman]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Jan 23 09:09:04 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
CVS Tags: v1_3
changes for distribution of .tar.gz

1 ver=1.2
2 files=docman.php docman.txt
3
4 dist:
5 mkdir docman-$(ver)
6 cp $(files) docman-$(ver)
7 tar cfvpz docman-$(ver).tar.gz docman-$(ver)/
8 rm -Rf docman-$(ver)

  ViewVC Help
Powered by ViewVC 1.1.26