summaryrefslogtreecommitdiffstats
path: root/doc/main.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-02-26 12:49:29 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-02-26 12:53:27 -0600
commit83b555fd4dadee3cf8649a1092b63778b1abbead (patch)
tree98b31732faa4946db8155dbdc2b01bd739521dfc /doc/main.am
parentsparc: Remove dead code that was leftover from SMP development. (diff)
downloadrtems-83b555fd4dadee3cf8649a1092b63778b1abbead.tar.bz2
doc: Build html into subdirectory (fix make clean)
Building with a document specific prefix will require coding in both texi2any and texi2html. It is easier to build into a directory (e.g. $(PROJECT)/). This also fixes "make clean" which was broken.
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 .