Fix up "make doc"
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 15 Jul 2005 21:57:09 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 15 Jul 2005 21:57:09 +0000 (14:57 -0700)
Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to
make asciidoc 7.0.1 happy.

Documentation/Makefile
Documentation/git-var.txt

index 137f28f..4798933 100644 (file)
@@ -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 $<
index 5a27d44..45b1006 100644 (file)
@@ -1,5 +1,5 @@
 git-var(1)
-==================
+==========
 v0.1, July 2005
 
 NAME