提交 556b6600 编写于 作者: N Nicolas Pitre 提交者: Junio C Hamano

sanitize content of README file

Current README content is way too esoteric for someone looking at GIT
for the first time. Instead it should provide a quick summary of what
GIT is with a few pointers to other resources.

The bulk of the previous README content is moved to
Documentation/core-intro.txt.
Signed-off-by: NNicolas Pitre <nico@cam.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 d7fb91c6
...@@ -71,14 +71,11 @@ doc.dep : $(wildcard *.txt) build-docdep.perl ...@@ -71,14 +71,11 @@ doc.dep : $(wildcard *.txt) build-docdep.perl
-include doc.dep -include doc.dep
git.7: README git.7 git.html: git.txt core-intro.txt
README: ../README
cp $< $@
clean: clean:
rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep README rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep
%.html : %.txt %.html : %.txt
asciidoc -b xhtml11 -d manpage -f asciidoc.conf $< asciidoc -b xhtml11 -d manpage -f asciidoc.conf $<
...@@ -89,8 +86,6 @@ clean: ...@@ -89,8 +86,6 @@ clean:
%.xml : %.txt %.xml : %.txt
asciidoc -b docbook -d manpage -f asciidoc.conf $< asciidoc -b docbook -d manpage -f asciidoc.conf $<
git.html: git.txt README
glossary.html : glossary.txt sort_glossary.pl glossary.html : glossary.txt sort_glossary.pl
cat $< | \ cat $< | \
perl sort_glossary.pl | \ perl sort_glossary.pl | \
......
此差异已折叠。
...@@ -699,7 +699,7 @@ other ...@@ -699,7 +699,7 @@ other
Discussion[[Discussion]] Discussion[[Discussion]]
------------------------ ------------------------
include::README[] include::core-intro.txt[]
Authors Authors
------- -------
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册