mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Regenerated git-extras to reflect git-effort being added, and git-pull-request being removed. Created Readme.md file on how to generate documenation.
890 B
890 B
How to generate documentation:
DESCRIPTION
To generate documentation:
-
Start by filling out the 'man-template.md'
-
Then use a program ronn. Get ronn from github.
-
Run ronn:
$ronn <filename>.md
-
Remember, we use the following naming convention for files:
git-<command>.html
git-<command>.1
git-<command>.mdYou'll need to rename the html file, as ronn probably inserted a 1 into the filename.
EXAMPLE
$ ronn git-effort.md
roff: ./git-effort.1
html: ./git-effort.1.html +man
$mv git-effort.1.html git-effort.html
AUTHOR
Written by Leila Muhtasib <muhtasib@gmail.com>
REPORTING BUGS
<http://github.com/visionmedia/git-extras/issues>