--- db/prgsrc/Makefile 2003/02/21 12:33:38 1.56 +++ db/prgsrc/Makefile 2003/04/07 13:50:26 1.59 @@ -52,7 +52,8 @@ DBSCRIPTS = mkdb.pl \ dump2dump.pl\ checkPBS.pl\ loaddump.pl \ - makeauthors.pl + makeauthors.pl\ + chronicles.pl LIBS = chgkfiles.pm \ common.pl\ @@ -74,6 +75,7 @@ HTMLS = contribute.html \ index.html \ random.html \ reklama.html \ + reklama_bottom.html\ search.html @@ -179,6 +181,7 @@ dbdeliver: imagedeliver echo "Starting delivering" | mail -s"Starting delivering" $(DELIVERER) mysqldump --add-drop-table -u piataev chgk $(TABLES) > $(DUMPDIR)/chgkdump.0 sed 's/TYPE=ISAM PACK_KEYS=1//g' $(DUMPDIR)/chgkdump.0 > $(DUMPDIR)/chgkdump + echo "delete from hash;" >> $(DUMPDIR)/chgkdump gzip $(DUMPDIR)/chgkdump rm $(DUMPDIR)/chgkdump.0 $(SCP) $(DUMPDIR)/chgkdump.gz $(KULICHKI):$(DESTDUMPDIR)