diff options
author | wlestes <wlestes> | 2001-07-27 14:32:46 +0000 |
---|---|---|
committer | wlestes <wlestes> | 2001-07-27 14:32:46 +0000 |
commit | 5c893e548007d58862defde14e595209bf5db6b5 (patch) | |
tree | ff0429f5c246aa2429ab4937d3fa1fc977136f3c /Makefile.am | |
parent | 25950f8da52a06b676044b5464143b12a345c5af (diff) | |
download | flex-5c893e548007d58862defde14e595209bf5db6b5.tar.gz |
rearrange to work with automake on building the ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index a83eaa5..4a178d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,8 @@ noinst_HEADERS = \ include_HEADERS = \ FlexLexer.h -info_TEXINFOS = \ - flex.texi +# info_TEXINFOS = \ +# flex.texi EXTRA_DIST = \ AUTHORS \ @@ -112,14 +112,11 @@ skel.o: skel.c flexdef.h config.h sym.o: sym.c flexdef.h config.h tblcmp.o: tblcmp.c flexdef.h config.h -#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 +#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. -dist: ChangeLog +# Maintainer: you need to make the ChangeLog before you distribute. ChangeLog: -rcs2log -l 72 -u "vern Vern vern@ee.lbl.gov" -u "wlestes W. L. Estes wlestes@uncg.edu" | sed s:/usr/local/cvsroot/flex/::g >ChangeLog -# the ChangeLog target is phony so it will be remade whenever you make -# the dist target - .PHONY: ChangeLog |