summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile2
-rw-r--r--Documentation/git-var.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 137f28f..4798933 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 5a27d44..45b1006 100644
--- a/Documentation/git-var.txt
+++ b/Documentation/git-var.txt
@@ -1,5 +1,5 @@
git-var(1)
-==================
+==========
v0.1, July 2005
NAME