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

Diff of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by dpavlin, Wed Sep 26 21:33:45 2001 UTC revision 1.14 by dpavlin, Mon Oct 29 15:59:13 2001 UTC
# Line 1  Line 1 
 ver=1.7  
1  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  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
2    
3    # extract version number from docman.php
4    ver := $(shell grep "gblVersion *=" docman.php | cut -d\" -f2)
5    
6  dist:  dist:
7          rm -f ChangeLog          rm -f ChangeLog
8          rcs2log -h rot13.org > ChangeLog          rcs2log -h rot13.org > ChangeLog

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.26