--- db/prgsrc/Makefile 2006/09/27 21:13:59 1.88 +++ db/prgsrc/Makefile 2008/03/17 01:57:13 1.92 @@ -32,7 +32,7 @@ DELIVERER = roma7@zaba.ru, boris UPDATELOG = $(DUMPDIR)/update.log UAUTHORS=$(DUMPDIR)/uauthors UNSORTED=$(DUMPDIR)/unsorted -RSPARAMS= 2000 75 +RSPARAMS= 2000 150 TIMESTAMP= $(DUMPDIR)/timestamp DBSCRIPTS = mkdb.pl \ @@ -70,7 +70,8 @@ LIBS = chgkfiles.pm \ CGISCRIPTS = db.cgi\ - dbdefs.pl + dbdefs.pl \ + cw.pl HTMLS = contribute.html \ @@ -84,6 +85,7 @@ HTMLS = contribute.html \ random.html \ reklama.html \ reklama_bottom.html\ + dbxml.php\ search.html @@ -188,7 +190,7 @@ prgdeliver: dbdeliver: imagedeliver 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 gzip $(DUMPDIR)/chgkdump $(SCP) $(DUMPDIR)/chgkdump.gz $(KULICHKI):$(DESTDUMPDIR)