aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-17 16:17:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-17 16:17:17 +0000
commite88d5dfa9653e5bbbee96aba240b83f855b755f3 (patch)
tree100e05b3163d3b19959efbd3a1083f73b10cc70f /doc/Makefile.am
parent71391d8b5d3e2fe5e94ff67cac0af39a3ab026dd (diff)
downloadcflow-e88d5dfa9653e5bbbee96aba240b83f855b755f3.tar.gz
cflow-e88d5dfa9653e5bbbee96aba240b83f855b755f3.tar.bz2
(EXTRA_DIST): Add whoami.c
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1f80a1d..1b9576b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,7 +21,7 @@
info_TEXINFOS=cflow.texi
cflow_TEXINFOS=fdl.texi rendition.texi
-EXTRA_DIST = cflow.txt gendocs_template wc.c
+EXTRA_DIST = cflow.txt gendocs_template wc.c d.c whoami.c
clean-local:
rm -rf manual
@@ -39,7 +39,7 @@ TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
# Make sure you set TEXINPUTS.
# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions
manual:
- TEXINPUTS=$(srcdir):$(top_srcdir)/scripts:$(TEXINPUTS) \
+ TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \
MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \
TEXI2DVI="$(TEXI2DVI) -t @finalout" \
$(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'

Return to:

Send suggestions and report system problems to the System administrator.