--- db/prgsrc/Makefile 2002/11/11 08:30:37 1.19 +++ db/prgsrc/Makefile 2002/11/11 08:48:43 1.22 @@ -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: updatecvs $(wildcard $(SRCDIR)*.txt) + echo $< >>unsorted