HTML docs now have their own directory debian
authorPaul Crowley <paul@lshift.net>
Tue, 10 Nov 2009 15:22:54 +0000
branchdebian
changeset 195 8835c2786eca
parent 193 f28f33a8efd4 (current diff)
parent 194 b1ddf7ced7e7 (diff)
child 198 1e4050abb96e
HTML docs now have their own directory
debian/doc-base
--- a/Makefile	Tue Nov 10 14:57:03 2009 +0000
+++ b/Makefile	Tue Nov 10 15:22:54 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 $^
--- a/debian/doc-base	Tue Nov 10 14:57:03 2009 +0000
+++ b/debian/doc-base	Tue Nov 10 15:22:54 2009 +0000
@@ -3,5 +3,5 @@
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/mercurial-server/index.html
-Files: /usr/share/doc/mercurial-server/*.html
+Index: /usr/share/doc/mercurial-server/html/index.html
+Files: /usr/share/doc/mercurial-server/html/*.html