Diff for /db/prgsrc/Makefile between versions 1.88 and 1.91

version 1.88, 2006/09/27 21:13:59 version 1.91, 2008/03/02 05:26:00
Line 32  DELIVERER = roma7@zaba.ru, boris Line 32  DELIVERER = roma7@zaba.ru, boris
 UPDATELOG = $(DUMPDIR)/update.log  UPDATELOG = $(DUMPDIR)/update.log
 UAUTHORS=$(DUMPDIR)/uauthors  UAUTHORS=$(DUMPDIR)/uauthors
 UNSORTED=$(DUMPDIR)/unsorted  UNSORTED=$(DUMPDIR)/unsorted
 RSPARAMS= 2000 75  RSPARAMS= 2000 150
 TIMESTAMP= $(DUMPDIR)/timestamp  TIMESTAMP= $(DUMPDIR)/timestamp
   
 DBSCRIPTS = mkdb.pl \  DBSCRIPTS = mkdb.pl \
Line 84  HTMLS = contribute.html \ Line 84  HTMLS = contribute.html \
         random.html \          random.html \
         reklama.html \          reklama.html \
         reklama_bottom.html\          reklama_bottom.html\
           dbxml.php\
         search.html            search.html  
   
   
Line 188  prgdeliver: Line 189  prgdeliver:
   
 dbdeliver: imagedeliver  dbdeliver: imagedeliver
         echo "Starting delivering" | mail -s"Starting delivering" $(DELIVERER)          echo "Starting delivering" | mail -s"Starting delivering" $(DELIVERER)
         mysqldump  --add-drop-table -u piataev chgk $(TABLES)  > $(DUMPDIR)/chgkdump          mysqldump   --default-character-set=koi8r --add-drop-table -u piataev chgk $(TABLES)  > $(DUMPDIR)/chgkdump
         echo "delete from hash;" >> $(DUMPDIR)/chgkdump          echo "delete from hash;" >> $(DUMPDIR)/chgkdump
         gzip $(DUMPDIR)/chgkdump          gzip $(DUMPDIR)/chgkdump
         $(SCP) $(DUMPDIR)/chgkdump.gz  $(KULICHKI):$(DESTDUMPDIR)          $(SCP) $(DUMPDIR)/chgkdump.gz  $(KULICHKI):$(DESTDUMPDIR)

Removed from v.1.88  
changed lines
  Added in v.1.91


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