Fix generation of HTML versions of manpages
authorJelmer Vernooij <jelmer@samba.org>
Thu, 3 Oct 2002 17:54:22 +0000 (17:54 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 3 Oct 2002 17:54:22 +0000 (17:54 +0000)
Add comments to dsssl file
(This used to be commit 16656d35bb7a316d219f83e073b88d79f66101de)

docs/docbook/Makefile.in
docs/docbook/samba.dsl

index 654df30fc1461ca19886080681e0ecdc13ff72d5..fb81c8528f00bf38a885962d079b320be2043a92 100644 (file)
@@ -119,8 +119,7 @@ $(HTMLDIR)/Samba-Developers-Guide.html: $(DEVDOC)/dev-doc.sgml
 
 
 $(HTMLDIR)/%.html: $(MANPROJDOC)/%.sgml
-       $(DOCBOOK2HTML) -o . $<
-       mv ./index.html $@
+       $(DOCBOOK2HTML) -o $(HTMLDIR) $<
 
 $(MANDIR)/%: $(MANPROJDOC)/%.sgml 
        $(DOCBOOK2MAN) -o $(MANDIR) $< || rm $@
index 80197dfa77b2cb94605572ef98dfba2304b83ea8..c9201667715d0addaf521bfbdbfb1b3c2dec98ef 100644 (file)
@@ -34,6 +34,7 @@
        (normalize "reference")
        (normalize "refentry")
        (normalize "part")
+; We would like to split up in chapters, not in sect1's...
 ;      (normalize "sect1") 
        (normalize "section") 
        (normalize "book") ;; just in case nothing else matches...