diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-13 03:52:23 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-13 03:52:23 -0400 |
commit | 316a6539183e4c02851da7cc06a10b4c80f139ec (patch) | |
tree | c68699fb77f9ce958a80e632b363add7e64724d6 | |
parent | 831cef917eee1823f53db38bf4c72f557a6d70e1 (diff) | |
download | bw-atari8-tools-316a6539183e4c02851da7cc06a10b4c80f139ec.tar.gz |
amsb.7: add make rule.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | amsb.7 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) $< > $@ @@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] amsb \- Atari Microsoft BASIC Notes .SH DESCRIPTION .sp -AMSB is actually a pretty cool BASIC for the Atari 8\-bit. I never +Atari Microsoft BASIC is actually a pretty cool BASIC for the Atari 8\-bit. I never got the chance to use it \(aqback in the day\(aq because it was expensive, required a floppy drive and at least 32K of RAM (my poor 400 had a tape drive for the first few years), and then later on, there was |