summaryrefslogtreecommitdiffstats
path: root/doc/main.am
blob: 13c58a31eecae42719995a8b4ce1d9ffede992d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if USE_HTML
html_projectdir = $(htmldir)/$(PROJECT)
endif

# The arguments are carefully selected to make the output of texi2html
# and texi2any generate into the same directory, using the same naming
# patterns. This is intended to make the dependency tracking and install
# file naming consistent.
TEXI2HTML_ARGS=\
-D use-html --split node --node-files \
-o ./ \
--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 ./ \
--init-file=$(top_builddir)/texi2any_init \
-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .