summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41e79c9)
raw | patch | inline | side by side (parent: 41e79c9)
author | Pavel Roskin <proski@gnu.org> | |
Wed, 25 Jan 2006 06:52:22 +0000 (01:52 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Jan 2006 07:16:31 +0000 (23:16 -0800) |
asciidoc 7.0.4 and newer considers such includes from parent directory
unsafe.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
unsafe.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/.gitignore | patch | blob | history | |
Documentation/Makefile | patch | blob | history | |
Documentation/git.txt | patch | blob | history |
index 9fef490871b94b8434791897bea02e5cbe886032..c87c61af00c6d2cd7212240e26089e24b90bbe05 100644 (file)
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
*.7
howto-index.txt
doc.dep
+README
diff --git a/Documentation/Makefile b/Documentation/Makefile
index a65fb1b66b8a313bec82ab361a156ed3842f570b..a3bca86cb0aeb23ea67658de039c5ab79d66d898 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
-include doc.dep
-git.7: ../README
+git.7: README
+
+README: ../README
+ cp $< $@
clean:
- rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep
+ rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep README
%.html : %.txt
asciidoc -b xhtml11 -d manpage -f asciidoc.conf $<
%.xml : %.txt
asciidoc -b docbook -d manpage -f asciidoc.conf $<
-git.html: git.txt ../README
+git.html: git.txt README
glossary.html : glossary.txt sort_glossary.pl
cat $< | \
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 25bcb840f9d3a85bebb632585531c6d0782d6970..e8ef3efa89a69b3ef4a919a40b8fbd4dec690d0f 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
Discussion[[Discussion]]
------------------------
-include::../README[]
+include::README[]
Authors
-------