The Samba-Bugzilla – Attachment 8075 Details for
Bug 9289
Fix release script to build full set of documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix release script to build full set of documentation
0001-Fix-release-script-to-build-full-se.patch (text/plain), 1.85 KB, created by
Alexander Bokovoy
on 2012-10-15 07:04:56 UTC
(
hide
)
Description:
Fix release script to build full set of documentation
Filename:
MIME Type:
Creator:
Alexander Bokovoy
Created:
2012-10-15 07:04:56 UTC
Size:
1.85 KB
patch
obsolete
>commit 4a21d2e7790f1c76cf0d0fcfb2f4a8ef13721532 >Author: Alexander Bokovoy <ab@samba.org> >Date: Tue Oct 2 14:53:38 2012 +0300 > > 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 > >diff --git a/docs-xml/Makefile b/docs-xml/Makefile >index 0b4e880..b322bed 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 "$@/" \ >diff --git a/release-scripts/build-docs b/release-scripts/build-docs >index 5da641a..e909e6e 100755 >--- a/release-scripts/build-docs >+++ b/release-scripts/build-docs >@@ -11,6 +11,7 @@ DOCSRCDIR=`dirname $0`/../docs-xml > pushd $DOCSRCDIR || exit 1 > > git clean -d -x -f >+export XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml" > autoconf && \ > ./configure --with-papersize=letter && \ > make smbdotconf/parameters.all.xml && \ >@@ -28,8 +29,6 @@ rsync -Ca --exclude=.svn archives/ ../docs/ > cd ../docs || _exit "Error changing dir to ${DOCSDIR}/../docs/" > > /bin/rm -rf test.pdf Samba4*pdf htmldocs/Samba4* htmldocs/test >-mv manpages-3 manpages >-mv htmldocs/manpages-3 htmldocs/manpages > > cd ../docs-xml || _exit "Error changing dir to ${DOCSDIR}/../docs-xml/" > make distclean
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
asn
:
review+
Actions:
View
Attachments on
bug 9289
: 8075 |
8076