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:
parent
3eb5128a10
commit
71931c1965
@ -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 $<
|
||||
|
@ -1,5 +1,5 @@
|
||||
git-var(1)
|
||||
==================
|
||||
==========
|
||||
v0.1, July 2005
|
||||
|
||||
NAME
|
||||
|
Loading…
Reference in New Issue
Block a user