mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Fixed nochunck generation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c948b40772
commit
0b158f3096
4
Makefile
4
Makefile
@ -58,8 +58,8 @@ pdf: validxml
|
||||
|
||||
nochunks: validxml profile-html
|
||||
@echo "Generating non chunked XHTML file..."
|
||||
$(Q)xsltproc --nonet -stringparam profile.condition html \
|
||||
-stringparam rootid $(ROOT_ID) --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
|
||||
$(Q)xsltproc --nonet -stringparam rootid $(ROOT_ID) \
|
||||
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
|
||||
stylesheets/lfs-nochunks.xsl /tmp/lfs-html.xml
|
||||
|
||||
@echo "Running Tidy..."
|
||||
|
Loading…
Reference in New Issue
Block a user