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

version 1.29, 2002/11/11 09:33:08 version 1.31, 2002/11/11 10:50:21
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  INDEXWRITER= rubash@hotbox.ru, roma7@zaba.ru
   
 DBSCRIPTS = mkdb.pl \  DBSCRIPTS = mkdb.pl \
             updatem.pl \              updatem.pl \
Line 162  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;           if [ -f unsorted ]; then mail -sUnsorted $(INDEXWRITER) <unsorted; else updateRS.sh; fi
                   
                   
                   

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


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