From: ellson Date: Thu, 22 Dec 2005 17:31:24 +0000 (+0000) Subject: xhtml also needs directory for products X-Git-Tag: LAST_LIBGRAPH~32^2~6914 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c9fea6b0295b0c8244be4714c745bcef88f18c8;p=graphviz xhtml also needs directory for products --- 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.*