diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-03 16:40:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-03-03 16:40:15 +0000 |
commit | e4d1672389d0ae379dd323d1fb082f281a47dc75 (patch) | |
tree | e7df3d926c6b0a3fc73b4eda911f39f2b395c582 /Makefile | |
parent | 85ce0fcaeb0eadaefd2620ce56a92db1c7c1985b (diff) |
A better fix for the Makefile nochunks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ pdf: validate --stringparam profile.condition pdf \ --output $(RENDERTMP)/lfs-pdf.xml \ stylesheets/lfs-xsl/profile.xsl \ - $(RENDERTMP)/lfs-full.xml + $(RENDERTMP)/lfs-html.xml @echo "Generating FO file..." $(Q)xsltproc --nonet \ |