aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-26 03:10:53 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-26 03:10:53 -0400
commit1f392bcd89563c0582dcd2853115cf4165404d8d (patch)
treeab9d31d405b1ef0039c418bdd7788db1fa77b70c /Makefile
parente6a18469afae354828258144675f51a993e73b5b (diff)
downloadbw-atari8-tools-1f392bcd89563c0582dcd2853115cf4165404d8d.tar.gz
Makefile: rebuild man pages automatically if header/footer gets changed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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