From f15069aca0e4895006dd64738591054548cffa34 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 13 Nov 2009 09:14:32 -0800 Subject: [PATCH] Align with texi2html-1.82 api changes --- doc/manual/Makefile | 2 +- doc/testing/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 5fb001472..6da034bc2 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -64,7 +64,7 @@ manual.html: version $(IMAGES) $(CHAPTERS) $(TEXI2HTML) ${CSS} manual.texi manual/manual.html: version $(IMAGES) $(CHAPTERS) - $(TEXI2HTML) ${CSS} ${SPLIT} manual.texi + $(TEXI2HTML) ${CSS} ${SPLIT} --output manual manual.texi figures-clean: rm -rf $(IMAGES) diff --git a/doc/testing/Makefile b/doc/testing/Makefile index b533252ff..c22b76e8d 100644 --- a/doc/testing/Makefile +++ b/doc/testing/Makefile @@ -34,7 +34,7 @@ testing.html: version $(IMAGES) $(CHAPTERS) $(TEXI2HTML) ${CSS} testing.texi testing/testing.html: version $(IMAGES) $(CHAPTERS) - $(TEXI2HTML) ${CSS} ${SPLIT} testing.texi + $(TEXI2HTML) ${CSS} ${SPLIT} --output testing testing.texi figures-clean: rm -rf $(IMAGES)