From 1c9fea6b0295b0c8244be4714c745bcef88f18c8 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 22 Dec 2005 17:31:24 +0000 Subject: [PATCH] xhtml also needs directory for products --- doc/docbook/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/docbook/Makefile b/doc/docbook/Makefile index 74448c238..7f976a96a 100644 --- a/doc/docbook/Makefile +++ b/doc/docbook/Makefile @@ -6,13 +6,13 @@ SRCS = \ all: html pdf -dvi fo javahelp man pdf ps txt xhtml xhtml-nochunks: $(SRCS) +dvi fo javahelp man pdf ps txt: $(SRCS) xmlto $@ src/book.xml -html html-nochunks htmlhelp: $(SRCS) +xhtml xhtml-nochunks html html-nochunks htmlhelp: $(SRCS) xmlto $@ -o $@ src/book.xml cp -rp src/imgs $@/ clean: - rm -rf html* book.* + rm -rf xhtml xhtml-nochunks html html-nochunks htmlhelp book.* -- 2.40.0