diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-03-03 16:52:05 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-03-03 16:52:05 +0000 |
commit | 672ea43add1082f48af07d91d5ad9bdaa72a27a0 (patch) | |
tree | c07486465c72d28b8a429710a22859731b60a7ac /Makefile | |
parent | e4d1672389d0ae379dd323d1fb082f281a47dc75 (diff) |
Better beter fix for Makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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..." |