diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-14 20:36:24 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-14 20:36:24 -0500 |
| commit | 56762390889f929023c61ad96b483ac880f30e91 (patch) | |
| tree | f9d9d913732999a344635e0b64eaeb869cec1699 /src | |
| parent | 5038c54d371c02a264f5cbef4e092bf4da6ef5f2 (diff) | |
| download | unalf-56762390889f929023c61ad96b483ac880f30e91.tar.gz | |
Actually use RST2MAN var in Makefile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 8499a49..a8788ab 100644 --- a/src/Makefile +++ b/src/Makefile @@ -57,10 +57,10 @@ ver.rst: echo '.. |version| replace:: $(VERSION)' > ver.rst unalf.1: unalf.rst ver.rst - rst2man unalf.rst > unalf.1 + $(RST2MAN) unalf.rst > unalf.1 alfsum.1: alfsum.rst ver.rst - rst2man alfsum.rst > alfsum.1 + $(RST2MAN) alfsum.rst > alfsum.1 clean: rm -f *.o unalf alfsum ../f65/f65.o |
