/[docman2]/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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Jul 20 11:32:47 2002 UTC (21 years, 8 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
Initial revision

1 dpavlin 1.1 files = Makefile NEWS README TODO \
2     docman.php adduser.pl \
3     auth/ doc/ html/ htusers/ lang/ perm/ \
4     realm/*.dist
5    
6     # extract version number from docman.php
7     ver := $(shell grep "gblVersion *=" docman.php | cut -d\" -f2)
8    
9     dist:
10     rm -f ChangeLog
11     rcs2log -h rot13.org > ChangeLog
12     rm -Rf docman-$(ver)
13     mkdir docman-$(ver)
14     cp -rpP $(files) docman-$(ver)
15     tar cfvpz docman-$(ver).tar.gz docman-$(ver)/
16     rm -Rf docman-$(ver)
17    

  ViewVC Help
Powered by ViewVC 1.1.26