/[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.13 - (show annotations)
Wed Sep 26 21:33:45 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
Changes since 1.12: +1 -1 lines
preparation for version 1.7

1 ver=1.7
2 files=docman.php auth_*php adduser.pl docman.txt htusers*php docman.conf admin.txt ChangeLog FAQ TODO NEWS contrib/email2htusers.pl contrib/backup.php contrib/sendlogins.pl contrib/sendlogins.txt dbi/AUTHORS dbi/COPYING dbi/dbi_mysql.php dbi/dbi_odbc.php dbi/dbi_oracle.php dbi/dbi_pgsql.php
3
4 dist:
5 rm -f ChangeLog
6 rcs2log -h rot13.org > ChangeLog
7 rm -Rf docman-$(ver)
8 mkdir docman-$(ver)
9 cp -rpP $(files) docman-$(ver)
10 tar cfvpz docman-$(ver).tar.gz docman-$(ver)/
11 rm -Rf docman-$(ver)

  ViewVC Help
Powered by ViewVC 1.1.26