mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Making consistent ROOT_ID settings.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6878 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
376b29477f
commit
adf9e2360e
4
Makefile
4
Makefile
@ -52,7 +52,7 @@ pdf: validxml
|
||||
$(RENDERTMP)/blfs-full.xml
|
||||
|
||||
@echo "Generating FO file..."
|
||||
$(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \
|
||||
$(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
|
||||
--output $(RENDERTMP)/blfs-pdf.fo stylesheets/blfs-pdf.xsl $(RENDERTMP)/blfs-pdf.xml
|
||||
$(Q)sed -i -e 's/span="inherit"/span="all"/' $(RENDERTMP)/blfs-pdf.fo
|
||||
|
||||
@ -64,7 +64,7 @@ pdf: validxml
|
||||
|
||||
nochunks: validxml profile-html
|
||||
@echo "Generating non chunked XHTML file..."
|
||||
$(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \
|
||||
$(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
|
||||
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
|
||||
stylesheets/blfs-nochunks.xsl $(RENDERTMP)/blfs-html.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user