aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-05-26 02:10:19 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-05-26 02:10:19 +0000
commit2fe5051af746bd4df0afcc3065c6d6791c4fd275 (patch)
tree33a8d7a33661cc29ada76dc6068507c7feb5d5e2 /Makefile
parente6c8119c856fd132496ee137167ce16d90baddbf (diff)
Updated to Vim-7.0. Fixes #1793.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 \