From: Will Estes Date: Thu, 31 Mar 2016 22:47:00 +0000 (-0400) Subject: build: prettified command to build man page X-Git-Tag: v2.6.2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2061043d3d277012bd98b4107a5add53c1919254;p=flex build: prettified command to build man page --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 67728e6..882843c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,6 +23,8 @@ CLEANFILES = \ flex.vr \ flex.vrs -flex.1 : ../src/flex$(EXEEXT) - $(help2man) --name='$(PACKAGE_NAME)' --section=1 --output=$@ $< || \ - rm -f $@ +flex.1: ../src/flex$(EXEEXT) + $(help2man) --name='$(PACKAGE_NAME)' --section=1 \ + --source='The Flex Project' --manual='Programming' \ + --output=$@ $< \ + || rm -f $@