From d7a89fdf9be3e3687af56e4a0e7f79225c1ffd05 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Nov 2025 04:35:45 -0500 Subject: Add manftr.rst (SEE ALSO man page section). --- src/Makefile | 4 ++-- src/alfsum.1 | 17 ++++++++++++++++- src/alfsum.rst | 4 +++- src/manftr.rst | 8 ++++++++ src/unalf.1 | 17 ++++++++++++++++- src/unalf.rst | 4 +++- 6 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 src/manftr.rst diff --git a/src/Makefile b/src/Makefile index 8f8607f..b5026b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -56,10 +56,10 @@ extract.o: extract.c addrs.h unalf.h ../f65/f65.h ver.rst: echo '.. |version| replace:: $(VERSION)' > ver.rst -unalf.1: unalf.rst ver.rst +unalf.1: unalf.rst ver.rst manftr.rst $(RST2MAN) unalf.rst > unalf.1 -alfsum.1: alfsum.rst ver.rst +alfsum.1: alfsum.rst ver.rst manftr.rst $(RST2MAN) alfsum.rst > alfsum.1 clean: diff --git a/src/alfsum.1 b/src/alfsum.1 index 71acc55..6c51056 100644 --- a/src/alfsum.1 +++ b/src/alfsum.1 @@ -70,6 +70,21 @@ Watson <\fI\%urchlay@slackware.uk\fP> .UNINDENT .SH SEE ALSO .sp -TODO +\fBunalf\fP(1) +.sp +The git repository for \fBunalf\fP: +.INDENT 0.0 +.INDENT 3.5 +\fI\%https://slackware.uk/~urchlay/repos/unalf\fP +.UNINDENT +.UNINDENT +.sp +Other Atari\-related projects by the author, including \fBbw\-atari8\-tools\fP +and \fBunmac65\fP: +.INDENT 0.0 +.INDENT 3.5 +\fI\%https://slackware.uk/~urchlay/repos/\fP +.UNINDENT +.UNINDENT .\" Generated by docutils manpage writer. . diff --git a/src/alfsum.rst b/src/alfsum.rst index f2be74e..69d8f8f 100644 --- a/src/alfsum.rst +++ b/src/alfsum.rst @@ -63,4 +63,6 @@ B. Watson SEE ALSO ======== -TODO +**unalf**\(1) + +.. include:: manftr.rst diff --git a/src/manftr.rst b/src/manftr.rst new file mode 100644 index 0000000..bb4c7ff --- /dev/null +++ b/src/manftr.rst @@ -0,0 +1,8 @@ +The git repository for **unalf**: + + https://slackware.uk/~urchlay/repos/unalf + +Other Atari-related projects by the author, including **bw-atari8-tools** +and **unmac65**: + + https://slackware.uk/~urchlay/repos/ diff --git a/src/unalf.1 b/src/unalf.1 index ed0dffc..5d25618 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -322,6 +322,21 @@ Watson <\fI\%urchlay@slackware.uk\fP> .UNINDENT .SH SEE ALSO .sp -TODO +\fBunalf\fP(1) +.sp +The git repository for \fBunalf\fP: +.INDENT 0.0 +.INDENT 3.5 +\fI\%https://slackware.uk/~urchlay/repos/unalf\fP +.UNINDENT +.UNINDENT +.sp +Other Atari\-related projects by the author, including \fBbw\-atari8\-tools\fP +and \fBunmac65\fP: +.INDENT 0.0 +.INDENT 3.5 +\fI\%https://slackware.uk/~urchlay/repos/\fP +.UNINDENT +.UNINDENT .\" Generated by docutils manpage writer. . diff --git a/src/unalf.rst b/src/unalf.rst index 1e31500..e23debd 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -279,4 +279,6 @@ B. Watson SEE ALSO ======== -TODO +**unalf**\(1) + +.. include:: manftr.rst -- cgit v1.2.3