aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-13 03:52:23 -0400
committerB. Watson <urchlay@slackware.uk>2025-03-13 03:52:23 -0400
commit316a6539183e4c02851da7cc06a10b4c80f139ec (patch)
treec68699fb77f9ce958a80e632b363add7e64724d6 /Makefile
parent831cef917eee1823f53db38bf4c72f557a6d70e1 (diff)
downloadbw-atari8-tools-316a6539183e4c02851da7cc06a10b4c80f139ec.tar.gz
amsb.7: add make rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ac8845..6403549 100644
--- a/Makefile
+++ b/Makefile
@@ -185,6 +185,8 @@ manpages: $(MANS) $(MAN5S) $(MAN7S)
%.5: %.rst manhdr5.rst manftr.rst
$(RST2MAN) $< > $@
+amsb.7: amsb.rst manhdr7.rst manftr.rst amsb_content.rst
+
%.7: %.rst manhdr7.rst manftr.rst
$(RST2MAN) $< > $@