From 83b555fd4dadee3cf8649a1092b63778b1abbead Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Feb 2013 12:49:29 -0600 Subject: 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. --- doc/main.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/main.am') 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 . -- cgit v1.2.3