From 9baac04cb2ccb9c96e897a632b5a87d77f1afae7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 2 Mar 2011 01:07:43 +0100 Subject: [PATCH] git: fixed to build documentation using Asciidoc 8 --- develop/git/git.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/develop/git/git.conf b/develop/git/git.conf index 501f69451..4ebd057ea 100644 --- a/develop/git/git.conf +++ b/develop/git/git.conf @@ -25,6 +25,8 @@ var_append makeinstopt ' ' 'gitwebdir=$root$docdir/gitweb' var_append makeinstopt ' ' 'install-gitweb' if pkginstalled -f asciidoc; then + # documentation is written for AsciiDoc 7, but we use Asciidoc 8 + var_append makeopt ' ' 'ASCIIDOC8=YesPlease' var_append makeopt ' ' 'html' var_append makeinstopt ' ' 'install-html' # build/install man pages