mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Better beter fix for Makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e4d1672389
commit
672ea43add
4
Makefile
4
Makefile
@ -71,7 +71,7 @@ pdf: validate
|
||||
--stringparam profile.condition pdf \
|
||||
--output $(RENDERTMP)/lfs-pdf.xml \
|
||||
stylesheets/lfs-xsl/profile.xsl \
|
||||
$(RENDERTMP)/lfs-html.xml
|
||||
$(RENDERTMP)/lfs-full.xml
|
||||
|
||||
@echo "Generating FO file..."
|
||||
$(Q)xsltproc --nonet \
|
||||
@ -99,7 +99,7 @@ nochunks: validate profile-html
|
||||
--stringparam rootid "$(ROOT_ID)" \
|
||||
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
|
||||
stylesheets/lfs-nochunks.xsl \
|
||||
$(RENDERTMP)/lfs-full.xml
|
||||
$(RENDERTMP)/lfs-html.xml
|
||||
# $(RENDERTMP)/lfs-html2.xml
|
||||
|
||||
@echo "Running Tidy..."
|
||||
|
Loading…
Reference in New Issue
Block a user