X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=docs-xml%2FMakefile;h=68890306ed6250474a1f253c5af7575b83641ad5;hp=486a11190c2da8e6362734ebc3f27779ee9b6f46;hb=df74a0eb78181eba58241a3ff80affe8b8270266;hpb=25181744c65b9049630447286a5c060c72681597 diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 486a11190c2..68890306ed6 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -33,7 +33,7 @@ help: @echo " release - Build the docs needed for a Samba release" @echo " all - Build all docs that can be build using the utilities found by configure" @echo " everything - Build all of the above" - @echo " pdf,tex,ps,manpages3,txt,pearson,fo,htmlhelp - Build specific output format" + @echo " pdf,tex,ps,manpages3,txt,pearson,htmlhelp - Build specific output format" @echo " html - Build multi-file HTML versions" @echo " html-single - Build single-file HTML versions" @echo " htmlman3 - Build HTML version of manpages" @@ -70,8 +70,6 @@ pdf:: $(patsubst %,$(PDFDIR)/%.pdf,$(MAIN_DOCS)) ps:: $(patsubst %,$(PSDIR)/%.ps,$(MAIN_DOCS)) txt:: $(patsubst %,$(TXTDIR)/%.txt,$(MAIN_DOCS)) txt-chunks:: $(addsuffix -txt-chunks,$(MAIN_DOCS)) -fo:: $(patsubst %,$(FODIR)/%.fo,$(MAIN_DOCS)) -fo-pdf:: $(patsubst %,$(FOPDFDIR)/%.pdf,$(MAIN_DOCS)) tex:: $(addsuffix .tex,$(MAIN_DOCS)) texi:: $(patsubst %,$(TEXINFODIR)/%.texi,$(MAIN_DOCS)) texiinfo:: $(patsubst %,$(TEXINFODIR)/%.info,$(MAIN_DOCS)) @@ -198,16 +196,6 @@ $(PSDIR)/%.ps: %/index.xml $(PSDIR) xslt/latex.xsl %-images-latex-eps %.eps: %.png $(PNGTOPNM) $< | $(PNMTOPS) > $@ -# Fo -$(FODIR)/%.fo: $(DOCBOOKDIR)/%.xml - @mkdir -p $(@D) - $(XSLTPROC) --output $@ xslt/fo.xsl $< - -# PDF thru Fo -$(FOPDFDIR)/%.pdf: $(FODIR)/%.fo - @mkdir -p $(@D) - JAVA_OPTS=-Xmx250m $(FOP) -q -d $< -pdf $@ - $(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml %-images-htmlhelp $(XSLTPROC) --stringparam htmlhelp.chm $*.chm \ --stringparam manifest.in.base.dir "$@/" \