summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-01-31 17:37:50 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-01-31 17:37:50 +0000
commitf24693a0301d5d73136426820fa6a17ae4752548 (patch)
tree6feae1d7a7d23feb39ecf7d8d27bcdd2a22421db /Makefile.am
parent24a3fc61a1da9acd405dee918a49d27c3d142b5a (diff)
switch to using cvs2cl.pl to generate the ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b7ebbc7..bc20331 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -187,10 +187,10 @@ yylex.o: yylex.c flexdef.h flexint.h parse.h
tags:
ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
-#The below recipe for making the ChangeLog will only work if you have a copy of the cvs tree handy so let it fail gracefully.
+# Create the ChangeLog
ChangeLog:
- -rcs2log -l 72 -u "vern Vern vern@ee.lbl.gov" -u "wlestes W. L. Estes wlestes@uncg.edu" -u "millaway John Millaway millaway@acm.org" | sed s:/usr/local/cvsroot/flex/::g >ChangeLog
+ sh tools/cvs2cl.pl -F trunk -U tools/cvsauthors
if MAINTAINER_MODE
# Run GNU indent on sources. Don't run this unless all the sources compile cleanly.