]> granicus.if.org Git - flex/commitdiff
switch to using cvs2cl.pl to generate the ChangeLog
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 31 Jan 2003 17:37:50 +0000 (17:37 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 31 Jan 2003 17:37:50 +0000 (17:37 +0000)
Makefile.am

index b7ebbc7cc64e05562ba15577f69570d68d74a919..bc20331b2e3c76a4907f716b3c486d5d3e274b67 100644 (file)
@@ -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.