From 07a11fbd4b69a02534ab0bd0f907fbc9f6ea5995 Mon Sep 17 00:00:00 2001 From: Darren Bane Date: Wed, 20 May 2020 23:41:17 +0100 Subject: Slightly nicer *roff --- doc/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index fa8d38d..17b7b7c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,11 +8,12 @@ all: breaking_rules.pdf breaking_rules.html # Use stuff beyond that only where absolutely necessary. # Similar to code, YAGNI. -breaking_rules.pdf: breaking_rules.md refs - lowdown -sTms breaking_rules.md | pdfroff -i -t -R -mspdf -k -Kutf8 > $@ +breaking_rules.pdf: macros.ms breaking_rules.md refs + ( cat macros.ms; lowdown -sTms breaking_rules.md ) | pdfroff -i -t -R -mspdf -k -Kutf8 > $@ -breaking_rules.html: breaking_rules.md refs - lowdown -sTms breaking_rules.md | groff -Thtml -i -t -R -ms -k -Kutf8 > $@ +# Headers aren't emitted currently +breaking_rules.html: macros.ms breaking_rules.md refs + ( cat macros.ms; lowdown -sTms breaking_rules.md ) | groff -Thtml -i -t -R -ms -k -Kutf8 > $@ .PHONY: clean clean: -- cgit 1.4.1-2-gfad0