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:
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 $<
|
||||
Reference in New Issue
Block a user