diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 19:33:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:18 -0500 |
commit | 50834aa64b51b039724b34eb491013c4323946ff (patch) | |
tree | bcd5967aa70539f4a7a91c508bcfad887e888e4e /docs/Makefile | |
parent | 61526c44ac974e3df5a93981c995fc19cc2ed0ee (diff) | |
download | samba-50834aa64b51b039724b34eb491013c4323946ff.tar.gz samba-50834aa64b51b039724b34eb491013c4323946ff.tar.bz2 samba-50834aa64b51b039724b34eb491013c4323946ff.zip |
Use the Samba Variant of the DocBook DTD rather then
the original one. Entities are now in samba-web/, so remove them
from here.
(This used to be commit a66ba7c7e0b00eb9475a495d18e18cada3f6f9dd)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 97bf3634b4..f918df1aa0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -92,7 +92,7 @@ $(HTMLDIR)/index.html: htmldocs.html $(HTMLDIR)/%/index.html: $(DOCBOOKDIR)/%.xml $(HTMLDIR)/%/samba.css xslt/html-chunk.xsl mkdir -p $(@D) $(XSLTPROC) --stringparam base.dir "$(HTMLDIR)/$*/" xslt/html-chunk.xsl $< - -mkdir $(@D)/images + mkdir -p $(@D)/images $(COPY_IMAGES) html $(DOCBOOKDIR)/$*.xml $* $(@D) # Single large HTML files @@ -175,7 +175,7 @@ $(FOPDFDIR)/%.pdf: $(FODIR)/%.fo $(FOP) -q -d $< -pdf $@ $(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml - -mkdir -p $@/images + mkdir -p $@/images $(COPY_IMAGES) html $(DOCBOOKDIR)/$*.xml $* $@ $(XSLTPROC) --stringparam htmlhelp.chm $*.chm --stringparam manifest.in.base.dir "$@/" --stringparam base.dir "$@/" http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $< |