summaryrefslogtreecommitdiffstats
path: root/source/d/git/git.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/git/git.SlackBuild')
-rwxr-xr-xsource/d/git/git.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/d/git/git.SlackBuild b/source/d/git/git.SlackBuild
index 7c8e9e34f..daa0cac7e 100755
--- a/source/d/git/git.SlackBuild
+++ b/source/d/git/git.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -91,6 +91,7 @@ make $NUMJOBS \
mandir=/usr/man \
CFLAGS="$SLKCFLAGS" \
INSTALLDIRS=vendor \
+ ASCIIDOC8=YesPlease \
all doc || exit 1
make \
@@ -98,6 +99,7 @@ make \
mandir=/usr/man \
"CFLAGS=$SLKCFLAGS" \
INSTALLDIRS=vendor \
+ ASCIIDOC8=YesPlease \
install \
install-doc \
DESTDIR=$PKG || exit 1