mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Add makefile for man pages
This commit is contained in:
parent
225440bb65
commit
26a89da1b5
10
man/Makefile
Normal file
10
man/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
RONN := ronn
|
||||||
|
PAGES := bats.1 bats.7
|
||||||
|
|
||||||
|
all: $(PAGES)
|
||||||
|
|
||||||
|
bats.1: bats.1.ronn
|
||||||
|
$(RONN) -r $<
|
||||||
|
|
||||||
|
bats.7: bats.7.ronn
|
||||||
|
$(RONN) -r $<
|
5
man/README.md
Normal file
5
man/README.md
Normal 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.**
|
Loading…
Reference in New Issue
Block a user