diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-09-27 00:22:56 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-09-27 00:22:56 -0700 |
commit | 7783a0feedd3a20c24a99089f7682f240f0a7b65 (patch) | |
tree | 8ee58eb30f33bce5f3092e0440b0be519ddae591 /Makefile | |
download | einhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.tar.gz einhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.zip |
init repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e7d1cba --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + +RONN = ronn +MANPAGE = einhyrningsins.1 + +$(MANPAGE): doc/$(MANPAGE).ronn + $(RONN) -r $< + +$(MANPAGE).html: doc/$(MANPAGE).ronn + $(RONN) -5 $< |