To generate documentation:
-
Start by filling out the 'man-template.md'
-
Then install a program ronn. Get ronn from github.
-
Run make:
(Assumed you are under ./man
when running the command below)
$ 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
Written by Leila Muhtasib <[email protected]> Shell Script by Nick Lombard <[email protected]>