From: ueno Date: Tue, 8 Apr 2003 02:45:01 +0000 (+0000) Subject: (ChangeLog): Ignore .tdldb changes. X-Git-Tag: lsdb-0_11~8 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Flsdb.git;a=commitdiff_plain;h=8307ef1dc92b785cab14b308c2f6ee09dab2dc6e (ChangeLog): Ignore .tdldb changes. --- 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