Diff for /db/prgsrc/Makefile between versions 1.89 and 1.92

version 1.89, 2006/11/19 23:58:36 version 1.92, 2008/03/17 01:57:13
Line 70  LIBS = chgkfiles.pm \ Line 70  LIBS = chgkfiles.pm \
   
   
 CGISCRIPTS = db.cgi\  CGISCRIPTS = db.cgi\
              dbdefs.pl               dbdefs.pl \
                cw.pl
   
   
 HTMLS = contribute.html \  HTMLS = contribute.html \
Line 84  HTMLS = contribute.html \ Line 85  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 190  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.89  
changed lines
  Added in v.1.92


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