From: Linus Torvalds Date: Fri, 15 Jul 2005 21:57:09 +0000 (-0700) Subject: Fix up "make doc" X-Git-Tag: v0.99.1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=71931c19658bd99747ebbb93f0155384ba97df2c;p=git.git Fix up "make doc" Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to make asciidoc 7.0.1 happy. --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 137f28fe0..4798933a4 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -45,7 +45,7 @@ clean: rm -f *.xml *.html *.1 *.7 %.html : %.txt - asciidoc -b css-embedded -d manpage $< + asciidoc -b xhtml11 -d manpage $< %.1 %.7 : %.xml xmlto man $< diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index 5a27d4470..45b100694 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -1,5 +1,5 @@ git-var(1) -================== +========== v0.1, July 2005 NAME