提交 2a29da7c 编写于 作者: J Junio C Hamano

Tutorial updates.

 - Use "working tree", "object name", "repository" as the canonical
   term consistenly.

 - Start formatting tutorial with asciidoc.

 - Mention shared repository style of cooperation.

 - Update with some usability enhancements recently made, such as
   the "-m" flag to the "git commit" command.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 0a5a9ea4
MAN1_TXT=$(wildcard git-*.txt)
MAN7_TXT=git.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT)) glossary.html
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
DOC_HTML += glossary.html
DOC_HTML += tutorial.html
DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
......@@ -59,3 +60,5 @@ glossary.html : glossary.txt sort_glossary.pl
perl sort_glossary.pl | \
asciidoc -b xhtml11 - > glossary.html
tutorial.html : tutorial.txt
asciidoc -b xhtml11 tutorial.txt
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册