summaryrefslogtreecommitdiffstats
path: root/doc/main.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/main.am')
-rw-r--r--doc/main.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/main.am b/doc/main.am
index 13c58a31ee..efa80a144a 100644
--- a/doc/main.am
+++ b/doc/main.am
@@ -8,13 +8,13 @@ endif
# file naming consistent.
TEXI2HTML_ARGS=\
-D use-html --split node --node-files \
--o ./ \
+-o $(PROJECT)/ \
--top-file index.html \
--init-file=$(top_builddir)/texi2html_init \
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
TEXI2ANY_ARGS=\
--html -D use-html --split node \
--o ./ \
+-o $(PROJECT)/ \
--init-file=$(top_builddir)/texi2any_init \
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .