1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-25 17:28:11 +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

10
man/Makefile Normal file
View 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 $<