1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-03-02 11:28:10 +01:00

Add makefile for man pages

This commit is contained in:
Sam Stephenson
2013-11-10 16:04:07 -06:00
parent 225440bb65
commit 26a89da1b5
2 changed files with 15 additions and 0 deletions

5
man/README.md Normal file
View File

@@ -0,0 +1,5 @@
Bats man pages are generated with [Ronn](http://rtomayko.github.io/ronn/).
After making changes to `bats.1.ronn` or `bats.7.ronn`, run `make` in
this directory to generate `bats.1` and `bats.7`. **Do not edit the
`bats.1` or `bats.7` files directly.**