aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c3ec682..d8629cc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,4 +17,9 @@
info_TEXINFOS = cpio.texi
man_MANS = cpio.1 mt.1
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(man_MANS) gendocs_template
+
+# Make sure you set TEXINPUT
+manual:
+ TEXINPUTS=$(srcdir):$(top_srcdir)/scripts:$$TEXINPUTS \
+ gendocs.sh cpio 'GNU cpio manual'

Return to:

Send suggestions and report system problems to the System administrator.