Diff for /db/prgsrc/Makefile between versions 1.28 and 1.29

version 1.28, 2002/11/11 09:14:30 version 1.29, 2002/11/11 09:33:08
Line 14  DESTPRGSRC=~piataev/db/prgsrc Line 14  DESTPRGSRC=~piataev/db/prgsrc
 DUMPDIR=../dump  DUMPDIR=../dump
 DESTDUMPDIR=/var/tmp/  DESTDUMPDIR=/var/tmp/
 TABLES= Questions Tournaments word2question nf nests  TABLES= Questions Tournaments word2question nf nests
   INDEXWRITER= roma7@zaba.ru
   
 DBSCRIPTS = mkdb.pl \  DBSCRIPTS = mkdb.pl \
             updatem.pl \              updatem.pl \
Line 161  update: Line 162  update:
         ${PERL} mkdb.pl          ${PERL} mkdb.pl
         ${PERL} updateindex.pl -i$(SRCDIR)/index          ${PERL} updateindex.pl -i$(SRCDIR)/index
         ${PERL} updatedb.pl $(SRCDIR)/*.txt          ${PERL} updatedb.pl $(SRCDIR)/*.txt
           if [ -f unsorted ]; then mail -sUnsorted $(INDEXWRITER) <unsorted; 
                   
                   
                   

Removed from v.1.28  
changed lines
  Added in v.1.29


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