source: rtems/doc/main.am @ 20d7093a

5
Last change on this file since 20d7093a was 68286f3, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/13 at 22:10:51

doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look better

  • Property mode set to 100644
File size: 724 bytes
Line 
1if USE_HTML
2html_projectdir = $(htmldir)/$(PROJECT)
3endif
4
5# The arguments are carefully selected to make the output of texi2html
6# and texi2any generate into the same directory, using the same naming
7# patterns. This is intended to make the dependency tracking and install
8# file naming consistent.
9TEXI2HTML_ARGS=\
10-D use-html --split node --node-files \
11-o $(PROJECT)/ \
12--top-file=index.html \
13--init-file=$(top_builddir)/texi2html_init \
14-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
15
16TEXI2ANY_ARGS=\
17--html -D use-html --split node \
18-c MENU_ENTRY_COLON= -c NODE_NAME_IN_MENU=0 -c USE_NODES=0 \
19-o $(PROJECT)/ \
20--init-file=$(top_builddir)/texi2any_init \
21-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
Note: See TracBrowser for help on using the repository browser.