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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (hide annotations)
Fri Feb 15 09:55:34 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.15: +1 -1 lines
added forgoten adduser-dbi.pl for users in SQL database

1 dpavlin 1.16 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 include_php/*.php
2 dpavlin 1.14
3     # extract version number from docman.php
4     ver := $(shell grep "gblVersion *=" docman.php | cut -d\" -f2)
5 dpavlin 1.1
6     dist:
7 dpavlin 1.2 rm -f ChangeLog
8     rcs2log -h rot13.org > ChangeLog
9     rm -Rf docman-$(ver)
10 dpavlin 1.1 mkdir docman-$(ver)
11 dpavlin 1.9 cp -rpP $(files) docman-$(ver)
12 dpavlin 1.1 tar cfvpz docman-$(ver).tar.gz docman-$(ver)/
13     rm -Rf docman-$(ver)

  ViewVC Help
Powered by ViewVC 1.1.26