summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAge
* build: list earliest useable versions for automakeSimon Sobisch2017-05-02
|
* doc: Don't delete flex.1 during "make distclean".Explorer092016-10-28
| | | | | | flex.1 is pre-generated in release tarball. If we delete it, the next "configure and make" on the source directory will then require help2man unnecessarily.
* Only regenerate the man page when required.Alastair Hughes2016-10-27
| | | | | | | | | Make the flex binary an order-only prerequisite, and add back the prerequisites from before 7cfb440. This prevents rebuilding the man page whenever the flex binary is rebuilt, which causes problems if help2man is not installed and will never work when cross compiling. Fixes #108.
* build: prettified command to build man pageWill Estes2016-03-31
|
* build: added man page to DISTCLEANFILESWill Estes2016-03-31
|
* fix flex.1 dependencyrlar2016-03-31
| | | | | | | | | | | | | git clean -fdx && ./autogen.sh && \ mkdir -p ../build && cd ../build && ../flex/configure && make -j10 && \ make dist failed with: > help2man: can't get `--help' info from ../../flex/src/flex Note: There is no dependency except for the flex binary.
* Removed flex.pdf from distribution; partially fixed sf#155Will Estes2015-12-11
|
* Changed man page dependencies.Will Estes2015-11-11
| | | | | | | | | | | | The man page is just the --help output as reformatted by help2man. The --help option is most likely to change when the flex skeleton changes or one of the option parsing files changes or the configure.ac script itself changes. The dependencies reflect this now. It is still necessary, under some circumstances, to rebuild flex explicitly before building the man page. In theory, it's possible to have automake arrange to do this all the time, but doing so works out to be fragile, given the rest of the build system.
* move flex program sources into src/ directoryWill Estes2014-02-16
| | | | | | The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.
* list more generated files in CLEANFILESWill Estes2014-02-13
|
* ignore automake-supplied ylwrapWill Estes2008-05-31
|
* make better use of AC_INIT; clean up, simplify and make more robust the ↵Will Estes2007-02-13
| | | | generation of the man page
* add flex.pdf to EXTRA_DISTWill Estes2007-02-13
|
* more changes to build system to distribute man pageWill Estes2007-02-01
|
* add flex man page to distributionWill Estes2007-02-01
|
* clean up flex.texi processing leftovers with cleanfilesWill Estes2003-03-26
|
* remove maintainer-mode conditional around rebuilding of manpageWill Estes2003-03-25
|
* build on . in top level first; this will simplify calling help2manWill Estes2003-02-28
|
* move flex.texi and flex.1 to new doc/ subdirectoryWill Estes2003-02-27