Skip to content

Commit

Permalink
sanitize content of README file
Browse files Browse the repository at this point in the history
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: Nicolas Pitre <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Nicolas Pitre authored and Junio C Hamano committed Jan 17, 2007
1 parent d7fb91c commit 556b660
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 582 deletions.
9 changes: 2 additions & 7 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,11 @@ doc.dep : $(wildcard *.txt) build-docdep.perl

-include doc.dep

git.7: README

README: ../README
cp $< $@
git.7 git.html: git.txt core-intro.txt


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
asciidoc -b xhtml11 -d manpage -f asciidoc.conf $<
Expand All @@ -89,8 +86,6 @@ clean:
%.xml : %.txt
asciidoc -b docbook -d manpage -f asciidoc.conf $<

git.html: git.txt README

glossary.html : glossary.txt sort_glossary.pl
cat $< | \
perl sort_glossary.pl | \
Expand Down
Loading

0 comments on commit 556b660

Please sign in to comment.