--- db/prgsrc/Makefile 2009/12/12 16:55:21 1.95 +++ db/prgsrc/Makefile 2010/04/24 17:57:14 1.96 @@ -61,6 +61,8 @@ DBSCRIPTS = mkdb.pl \ checkPBS.pl\ loaddump.pl \ makeauthors.pl\ + makeeditors.pl\ + makepeople.pl\ chronicles.pl\ stats.pl \ validate.pl @@ -227,7 +229,9 @@ $(TIMESTAMP): $(TEXTS) $(DBBIN)/updateindex.pl -i$(SRCDIR)/index $(DBBIN)/updatedb.pl $(SRCDIR)/*.txt 2>&1 | tee $(UPDATELOG) $(DBBIN)/findequal.pl + $(DBBIN)/makepeople.pl $(DBBIN)/makeauthors.pl + $(DBBIN)/makeeditors.pl if [ -s $(UAUTHORS) ]; then \ mail -sUauthors $(AUTHORCHECKER) < $(UAUTHORS); \ fi