aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a861994c2..e61f05d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1
lfs:
xsltproc --xinclude --nonet -stringparam profile.condition html \
- -stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir $(BASEDIR)/ \
+ -stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir $(BASEDIR)/ \
stylesheets/lfs-chunked.xsl index.xml
if [ ! -e $(BASEDIR)/stylesheets ]; then \