(ChangeLog): Ignore .tdldb changes.
authorueno <ueno>
Tue, 8 Apr 2003 02:45:01 +0000 (02:45 +0000)
committerueno <ueno>
Tue, 8 Apr 2003 02:45:01 +0000 (02:45 +0000)
Makefile

index cabb3ae..ce8c985 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ install-package:      package
        $(XEMACS) $(FLAGS) -f install-lsdb-package $(PACKAGEDIR)
 
 ChangeLog: $(filter-out ChangeLog CVS, $(wildcard *))
-       cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout | \
+       cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout \
+               --ignore '\.tdldb' | \
        ruby -p -i ./cvs2cl/fmtlog.rb > $@
 
 .PHONY: clean distclean