summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-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 $@