--- db/prgsrc/Makefile 2002/11/11 08:36:04 1.20 +++ db/prgsrc/Makefile 2002/11/11 08:46:42 1.21 @@ -86,7 +86,7 @@ $(DBBIN)/%.pl: %.pl cp $< $@ chmod $(PMODE) $@ if [ -f $(TMPSAV)/$(@F) ]; then rm -f $(TMPSAV)/$(@F); fi - + $(CGIBIN)/%.cgi: %.cgi ${PERL} -c $< - pod2man --center "Internet Club DB" $< > $*.1 @@ -156,8 +156,10 @@ dbdeliver: $(SCP) $(DUMPDIR)/chgkdump.gz $(KULICHKI):$(DESTDUMPDIR) updatecvs: - cd $(SRCDIR) - cvs update + cvs update $(SRCDIR) + +unsorted: $(wildcard $(SRCDIR)*.txt) + echo $< >>unsorted