]> granicus.if.org Git - graphviz/commitdiff
xhtml also needs directory for products
authorellson <devnull@localhost>
Thu, 22 Dec 2005 17:31:24 +0000 (17:31 +0000)
committerellson <devnull@localhost>
Thu, 22 Dec 2005 17:31:24 +0000 (17:31 +0000)
doc/docbook/Makefile

index 74448c238b8667414fb24277f3d58757d628b8cc..7f976a96a439033e98ca827cae76191442e6658b 100644 (file)
@@ -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.*