summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-03-31 18:47:00 -0400
committerWill Estes <westes575@gmail.com>2016-03-31 18:47:00 -0400
commit2061043d3d277012bd98b4107a5add53c1919254 (patch)
treebf459e81810bf3d964bc20dbf1752bb6a8190963 /doc
parent84ca965d1feec3b60df9fdce4aadb5bb2c1df341 (diff)
build: prettified command to build man page
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 5 insertions, 3 deletions
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 $@