summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3eb5128)
raw | patch | inline | side by side (parent: 3eb5128)
author | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 15 Jul 2005 21:57:09 +0000 (14:57 -0700) | ||
committer | Linus 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.
make asciidoc 7.0.1 happy.
Documentation/Makefile | patch | blob | history | |
Documentation/git-var.txt | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 137f28fe0ddad833d333499a8a6e31d6b14642f4..4798933a493e56de73dd5ea6b560d2bcc5742843 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
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 5a27d44700903244fd6351f908ce4dff006f91a5..45b100694a869730273db0dbd91129e2aea49416 100644 (file)
git-var(1)
-==================
+==========
v0.1, July 2005
NAME