From 1f392bcd89563c0582dcd2853115cf4165404d8d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 26 Apr 2024 03:10:53 -0400 Subject: Makefile: rebuild man pages automatically if header/footer gets changed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2c059f..196b3a8 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ axe: axe.c axe.h axelib.c manpages: $(MANS) -%.1: %.rst +%.1: %.rst manhdr.rst manftr.rst $(RST2MAN) $< > $@ # "make clean" does NOT remove the .bin or _bin.[ch] files. This is -- cgit v1.2.3