mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
docs-xml: Remove references to inkscape (not used any more, no more SVG files)
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
ccb606c469
commit
9392c3f81c
@ -51,10 +51,6 @@ clean::
|
||||
@echo "Cleaning up..."
|
||||
rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR)
|
||||
rm -f *-attributions.xml
|
||||
rm -f $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \
|
||||
$(patsubst %.svg,%.pdf,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \
|
||||
$(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \
|
||||
$(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg)))
|
||||
rm -f *-attributions.xml *.d *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux
|
||||
rm -f *-images-html*
|
||||
rm -f *-images-latex-* $(LATEX_FIGURES)
|
||||
@ -141,10 +137,7 @@ $(TXTDIR)/%.txt: $(HTMLDIR)/%.html
|
||||
--stringparam txtbasedir "$(TXTDIR)/$*/" \
|
||||
--stringparam target "$*" \
|
||||
-o $@ xslt/generate-dependencies.xsl $<
|
||||
@echo "$*-images-latex-svg = \$$(wildcard \$$(addsuffix .svg, \$$($*-images-latex)))" >> $@
|
||||
@echo "$*-images-latex-eps: \$$(addsuffix .eps, \$$($*-images-latex))" >> $@
|
||||
@echo "$*-images-latex-pdf: \$$(patsubst %.svg, %.pdf, \$$($*-images-latex-svg))" >> $@
|
||||
@echo "$*-images-latex-png: \$$(filter-out \$$(patsubst %.svg,%.png,\$$($*-images-latex-svg)), \$$(addsuffix .png, \$$($*-images-latex)))" >> $@
|
||||
|
||||
@echo >> $@
|
||||
@echo "\$$(HTMLDIR)/%: $*/%" >> $@
|
||||
@ -177,18 +170,9 @@ $(PDFDIR)/%.pdf: %/index.xml $(PDFDIR) xslt/latex.xsl %-images-latex-png %-image
|
||||
$(PSDIR)/%.ps: %/index.xml $(PSDIR) xslt/latex.xsl %-images-latex-eps
|
||||
$(DBLATEX) $(DBLATEX_OPTIONS) -I $*/images -t ps -o $@ $<
|
||||
|
||||
%.eps: %.svg
|
||||
$(INKSCAPE) -z -f $(abspath $<) --export-eps=$(abspath $@)
|
||||
|
||||
%.png: %.svg
|
||||
$(INKSCAPE) -z -f $(abspath $<) --export-png=$(abspath $@)
|
||||
|
||||
%.eps: %.png
|
||||
$(PNGTOPNM) $< | $(PNMTOPS) > $@
|
||||
|
||||
%.pdf: %.svg
|
||||
$(INKSCAPE) -z -f $(abspath $<) --export-pdf=$(abspath $@)
|
||||
|
||||
$(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml %-images-htmlhelp $(XSLTPROC_DEPS)
|
||||
$(XSLTPROC) --stringparam htmlhelp.chm $*.chm \
|
||||
--stringparam manifest.in.base.dir "$@/" \
|
||||
|
@ -2,7 +2,6 @@
|
||||
XSLTPROC = @XSLTPROC@ --nonet
|
||||
XMLLINT = @XMLLINT@
|
||||
PNGTOPNM = @PNGTOPNM@
|
||||
INKSCAPE = @INKSCAPE@
|
||||
PNMTOPS = @PNMTOPS@
|
||||
HTML2TEXT = @HTML2TEXT@
|
||||
DB2TEXI = @DB2TEXI@
|
||||
|
@ -60,7 +60,6 @@ To generate the docs, you need to have the following packages installed:
|
||||
* GNU Make
|
||||
* GNU autoconf
|
||||
* xsltproc
|
||||
* inkscape
|
||||
|
||||
For generating PDF and PostScript (thru LaTeX):
|
||||
* dblatex (from http://dblatex.sf.net/)
|
||||
|
@ -8,11 +8,6 @@ AC_SUBST(DOC_BUILD_DATE)
|
||||
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, LATEX)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PS)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PDF)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, HTML)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, HTMLHELP)
|
||||
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(PNGTOPNM, pngtopnm, PS)
|
||||
DOCS_TARGET_REQUIRE_PROGRAM(PNMTOPS, pnmtops, PS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user