From 8a7be30df665cd475a6272a5b17936965dccb686 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 16 Jul 2022 15:50:49 +0200 Subject: rst2html5[.py]: let configure look for it. FreeBSD only has rst2html5.py, Debian only rst2html5, Fedora both. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 79ada427..36294d89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,7 +270,7 @@ SUFFIXES = .html .txt .rst .man.rst: pandoc --from man --to rst --table-of-contents --standalone --output $@ $< .rst.html: - rst2html5.py --title "Fetchmail Manual" --strip-comments --rfc-references $< $@ + $(RST2HTML) --title "Fetchmail Manual" --strip-comments --rfc-references $< $@ # default to some non-default options when using "make distcheck" AM_DISTCHECK_CONFIGURE_FLAGS=--with-ssl -- cgit v1.2.3