Skip to content

Commit

Permalink
Documentation: rename git.texi to user-manual.texi
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 12, 2007
1 parent bf79caf commit 50b3555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@+ $@
Expand Down

0 comments on commit 50b3555

Please sign in to comment.