Code

[PATCH] Remove leftover comment from documentation.
authorJunio C Hamano <junkio@cox.net>
Thu, 14 Jul 2005 03:27:41 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 03:53:33 +0000 (20:53 -0700)
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>
Documentation/git-write-tree.txt

index 4c7db5f59ad39ccf42ef2e85f2d40a4ffc03bd1b..7f076b4198237d7ee22189716b052d78ffe8b6ee 100644 (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>