From 316a6539183e4c02851da7cc06a10b4c80f139ec Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 13 Mar 2025 03:52:23 -0400 Subject: amsb.7: add make rule. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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) $< > $@ -- cgit v1.2.3