diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-26 03:10:53 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-26 03:10:53 -0400 |
commit | 1f392bcd89563c0582dcd2853115cf4165404d8d (patch) | |
tree | ab9d31d405b1ef0039c418bdd7788db1fa77b70c /Makefile | |
parent | e6a18469afae354828258144675f51a993e73b5b (diff) | |
download | bw-atari8-tools-1f392bcd89563c0582dcd2853115cf4165404d8d.tar.gz |
Makefile: rebuild man pages automatically if header/footer gets changed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |