Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-13 00:31:02 +0300
committerJunio C Hamano <gitster@pobox.com>2007-12-13 00:31:02 +0300
commit50b3555c48db08a4b4e8fe047a4fb550bdca75c5 (patch)
tree669828a2a432ce0d0ee8f0b2dc7bdebb0cd5b2a1
parentbf79caffbc5a3587af2360dde67d8d5c3a3a4196 (diff)
Documentation: rename git.texi to user-manual.texi
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 37ec355ba4..1fd48ab367 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -170,10 +170,10 @@ XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
user-manual.html: user-manual.xml
xsltproc $(XSLTOPTS) -o $@ $(XSLT) $<
-git.info: git.texi
- $(MAKEINFO) --no-split $*.texi
+git.info: user-manual.texi
+ $(MAKEINFO) --no-split -o $@ user-manual.texi
-git.texi: user-manual.xml
+user-manual.texi: user-manual.xml
$(RM) $@+ $@
$(DOCBOOK2X_TEXI) user-manual.xml --to-stdout | $(PERL_PATH) fix-texi.perl >$@+
mv $@+ $@