]> granicus.if.org Git - flex/commitdiff
build: prettified command to build man page
authorWill Estes <westes575@gmail.com>
Thu, 31 Mar 2016 22:47:00 +0000 (18:47 -0400)
committerWill Estes <westes575@gmail.com>
Thu, 31 Mar 2016 22:47:00 +0000 (18:47 -0400)
doc/Makefile.am

index 67728e6c63a4fcabc407d273f0c5bcf3f89b70ca..882843cc8798d9af7e54e489be580d708c03e78c 100644 (file)
@@ -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 $@