Move html docs into their own directory
authorPaul Crowley <paul@lshift.net>
Tue, 10 Nov 2009 15:21:58 +0000
changeset 194 b1ddf7ced7e7
parent 185 f8f8b4018381
child 195 8835c2786eca
child 196 1ad9d5841a48
Move html docs into their own directory
Makefile
--- a/Makefile	Tue Nov 10 11:04:06 2009 +0000
+++ b/Makefile	Tue Nov 10 15:21:58 2009 +0000
@@ -25,7 +25,9 @@
 
 installdoc: build/html/index.html
 	$(INSTALL) -d $(DOCDIR)
-	$(INSTALL) -m 644 -t $(DOCDIR) README build/html/index.html
+	$(INSTALL) -m 644 -t $(DOCDIR) README 
+	$(INSTALL) -d $(DOCDIR)/html
+	$(INSTALL) -m 644 -t $(DOCDIR)/html build/html/index.html
 
 build/html/index.html: doc/manual.docbook
 	xsltproc -o $@ /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl $^