From 7783a0feedd3a20c24a99089f7682f240f0a7b65 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 27 Sep 2016 00:22:56 -0700 Subject: init repo --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 $< -- cgit v1.2.3