[PATCH] Remove leftover comment from documentation.

The comment was left over from the days when we had a single
huge core-git.txt document.  No more.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
maint
Junio C Hamano 2005-07-13 20:27:41 -07:00 committed by Linus Torvalds
parent fd77911030
commit f28198e136
1 changed files with 0 additions and 13 deletions

View File

@ -30,19 +30,6 @@ OPTIONS
Normally "git-write-tree" ensures that the objects referenced by the
directory exist in the object database. This option disables this check.


////////////////////////////////////////////////////////////////

Producing man pages and html

To create a set of html pages run:
perl split-docs.pl -html < core-git.txt

To create a set of man pages run:
perl split-docs.pl -man < core-git.txt


////////////////////////////////////////////////////////////////
Author
------
Written by Linus Torvalds <torvalds@osdl.org>