From 8307ef1dc92b785cab14b308c2f6ee09dab2dc6e Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 8 Apr 2003 02:45:01 +0000 Subject: [PATCH] (ChangeLog): Ignore .tdldb changes. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cabb3ae..ce8c985 100644 --- 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 -- 1.7.10.4