nrgrip/Makefile

9 lines
172 B
Makefile
Raw Normal View History

2018-05-05 23:37:50 +02:00
# This Makefile is meant to generate the documentation.
# To build the project, use Cargo directly!
RONN = ronn
MANPAGE = nrgrip.1
$(MANPAGE): README.md
$(RONN) <$< >$@