Fix up "make doc"

Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to
make asciidoc 7.0.1 happy.
This commit is contained in:
Linus Torvalds 2005-07-15 14:57:09 -07:00
parent 3eb5128a10
commit 71931c1965
2 changed files with 2 additions and 2 deletions

View 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 $<

View File

@ -1,5 +1,5 @@
git-var(1)
==================
==========
v0.1, July 2005
NAME