X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=245b58cb6fb4b7ec9a9fd039692f9c401a61dc92;hb=c047fc974b4b85e4309990a6c3071c2b7b45222a;hp=cda70c84d8382befc24d3b2a69b0030a5e194bdc;hpb=d7da03b828b88a52b5b84175c72ee8e2f238a903;p=elisp%2Flsdb.git diff --git a/Makefile b/Makefile index cda70c8..245b58c 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,14 @@ package: install-package: package $(XEMACS) $(FLAGS) -f install-lsdb-package $(PACKAGEDIR) -ChangeLog: - cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout | \ - ruby -p -i ./cvs2cl/fmtlog.rb > $@ +ChangeLog: $(filter-out ChangeLog CVS, $(wildcard *)) + cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout \ + --ignore '\.tdldb' | \ + ruby -p ./cvs2cl/fmtlog.rb > $@ -.PHONY: clean +.PHONY: clean distclean clean: -$(RM) $(GOMI) + +distclean: + -$(RM) ChangeLog