Diff for /db/prgsrc/Makefile between versions 1.76 and 1.77

version 1.76, 2004/11/02 01:51:47 version 1.77, 2004/11/08 02:14:57
Line 54  DBSCRIPTS = mkdb.pl \ Line 54  DBSCRIPTS = mkdb.pl \
             checkPBS.pl\              checkPBS.pl\
             loaddump.pl \              loaddump.pl \
             makeauthors.pl\              makeauthors.pl\
             chronicles.pl              chronicles.pl\
               stats.pl
   
 LIBS = chgkfiles.pm \  LIBS = chgkfiles.pm \
             common.pl\              common.pl\
Line 241  dbfill: Line 242  dbfill:
                 rm -f _timestamp.tmp;  \                  rm -f _timestamp.tmp;  \
                 date > ~/public_html/dimrub/db/date"                  date > ~/public_html/dimrub/db/date"
         echo "Finished filling Kulichki database" | mail -s"Finished dbfill" $(DELIVERER); \          echo "Finished filling Kulichki database" | mail -s"Finished dbfill" $(DELIVERER); \
         date >> $(SRCDIR)/fill.log; \          $(DBBIN)/stats.pl >> $(SRCDIR)/fill.log; \
         cvs commit  -m "Database filled" $(SRCDIR)          cvs commit  -m "Database filled" $(SRCDIR)
   
 regenerate:  regenerate:

Removed from v.1.76  
changed lines
  Added in v.1.77


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>