diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 02:10:19 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 02:10:19 +0000 |
commit | 2fe5051af746bd4df0afcc3065c6d6791c4fd275 (patch) | |
tree | 33a8d7a33661cc29ada76dc6068507c7feb5d5e2 /Makefile | |
parent | e6c8119c856fd132496ee137167ce16d90baddbf (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |