Revert.
[elisp/lsdb.git] / Makefile
index 6d4e160..245b58c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,9 +33,10 @@ 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 distclean
 clean: