summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-10-02 14:53:38 +0300
committerAlexander Bokovoy <ab@samba.org>2012-10-02 16:21:23 +0200
commit4a21d2e7790f1c76cf0d0fcfb2f4a8ef13721532 (patch)
treeec44e33388887a698a8cc29b8968e915e94c7a2b /docs-xml/Makefile
parentdce8a8e284e544999d85aa7df3ef97c3701742b4 (diff)
downloadsamba-4a21d2e7790f1c76cf0d0fcfb2f4a8ef13721532.tar.gz
samba-4a21d2e7790f1c76cf0d0fcfb2f4a8ef13721532.tar.bz2
samba-4a21d2e7790f1c76cf0d0fcfb2f4a8ef13721532.zip
Fix release script to build full set of documentation
build-docs script was not setting XML catalog properly. In addition, some time ago pdf versions of images were introduced as generated dependencies in our books but svg -> pdf rule was not added, so building books never finished properly. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Tue Oct 2 16:21:23 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 0b4e880a8b..b322bed8dc 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -191,6 +191,9 @@ $(PSDIR)/%.ps: %/index.xml $(PSDIR) xslt/latex.xsl %-images-latex-eps
%.eps: %.png
$(PNGTOPNM) $< | $(PNMTOPS) > $@
+%.pdf: %.svg
+ $(INKSCAPE) -z -f $(abspath $<) --export-pdf=$(abspath $@)
+
$(HTMLHELPDIR)/%: $(DOCBOOKDIR)/%.xml %-images-htmlhelp
$(XSLTPROC) --stringparam htmlhelp.chm $*.chm \
--stringparam manifest.in.base.dir "$@/" \