--- db/prgsrc/Makefile 2003/08/01 17:40:26 1.66 +++ db/prgsrc/Makefile 2003/11/13 01:39:39 1.67 @@ -239,3 +239,10 @@ dbfill: rm -f _timestamp.tmp; \ date > public_html/dimrub/db/date" echo "Finished filling Kulichki database" | mail -s"Finished dbfill" $(DELIVERER) + +regenerate: + echo "Starting regenerating Kulichki database" | mail -s"Starting regenerate" $(DELIVERER) + echo "1900-01-01" > _timestamp.tmp;\ + echo makehtml=1 | perl $(DESTCGIBIN)/db.cgi -z; \ + rm -f _timestamp.tmp; \ + echo "Finished regenerating Kulichki database" | mail -s"Finished regenrate" $(DELIVERER)