mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 00:16:27 -04:00
The two methods build slightly different manual pages. The Makefile based version has better headers so use it. Automatically generate git-extras.md and index.txt when building docs.
689 B
689 B
How to generate documentation:
DESCRIPTION
To generate documentation:
-
Start by filling out the 'man-template.md'
-
Then install a program ronn. Get ronn from github.
-
Run make:
$ make -C .. man/git-<command>.{1,html}
- Remember, we use the following naming convention for files:
git-<command>.html
git-<command>.1
git-<command>.md
AUTHOR
Written by Leila Muhtasib <muhtasib@gmail.com> Shell Script by Nick Lombard <github@jigsoft.co.za>
REPORTING BUGS
<https://github.com/tj/git-extras/issues>