From 37a3b02175156fd17f31793099efcc3f486970f8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 3 Nov 2020 14:45:35 -0500 Subject: add post.m4 to remove redundancy in outputs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f57d1e..aed4d48 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .POSIX: OUTPUTS=text.m4 html.m4 -COMMON=pre.m4 +COMMON=pre.m4 post.m4 -m4n: m4n.sh add_common.sh add_output.sh $(OUTPUTS) pre.m4 LICENSE +m4n: m4n.sh add_common.sh add_output.sh $(OUTPUTS) $(COMMON) LICENSE printf '#!/bin/sh\n' > $@ cat LICENSE | sed 's/^/# /' >> $@ printf 'set -e\n\n' >> $@ -- cgit v1.2.1