aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-14 20:36:24 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-14 20:36:24 -0500
commit56762390889f929023c61ad96b483ac880f30e91 (patch)
treef9d9d913732999a344635e0b64eaeb869cec1699
parent5038c54d371c02a264f5cbef4e092bf4da6ef5f2 (diff)
downloadunalf-56762390889f929023c61ad96b483ac880f30e91.tar.gz
Actually use RST2MAN var in Makefile.
-rw-r--r--src/Makefile4
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