summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 15:34:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-24 15:34:11 +0000
commitf8f787ca2f262c88030ef0730e1e883717c3af47 (patch)
tree68f9f842b4c2896d72cd3b04b6fc520f470e6fa9 /doc
parentd73fe24b9a081f957ae4d02f6003b25de4070e9c (diff)
downloadmailutils-f8f787ca2f262c88030ef0730e1e883717c3af47.tar.gz
mailutils-f8f787ca2f262c88030ef0730e1e883717c3af47.tar.bz2
Fixed calling /scripts/missing
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index aee138169..898dae3ff 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -52,9 +52,9 @@ MAINTAINERCLEANFILES=$(INCFILES)
## Web documentation
BASE_URL="http://www.gnu.org/software/mailutils/manual/"
-TEXI2HTML=${SHELL} `cd $(top_srcdir); pwd`/missing --run texi2html
-DVIPS=${SHELL} `cd $(top_srcdir); pwd`/missing --run dvips
-INFO=${SHELL} `cd $(top_srcdir); pwd`/missing --run info
+TEXI2HTML=${SHELL} `cd $(top_srcdir); pwd`/scripts/missing --run texi2html
+DVIPS=${SHELL} `cd $(top_srcdir); pwd`/scripts/missing --run dvips
+INFO=${SHELL} `cd $(top_srcdir); pwd`/scripts/missing --run info
EXTRA_DIST = index.html.in
html: html_mono html_node html_chapter

Return to:

Send suggestions and report system problems to the System administrator.