summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2025-04-06 17:25:46 +0200
committerLars-Dominik Braun <lars@6xq.net>2025-04-06 17:25:46 +0200
commitf6e7de0fa98a9a41d59ebb28b0a46859da679c39 (patch)
tree3eb77c630ce77c80b8b499794876332c8de71cd4
parent108602656d4da0f0be326a62621750d5b15e2304 (diff)
downloadeumel-master.tar.gz
eumel-master.tar.bz2
eumel-master.zip
Makefile: Fix script path.HEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df92968..6820180 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ $(BUILDDIR)/assets/eumel-tagung-84-resized.jpg: assets/eumel-tagung-84.jpg | $(B
convert -scale 1000x $< -quality 75 $@ || rm $@
$(BUILDDIR)/index.html: $(BUILDDIR)/software.html $(BUILDDIR)/bib.rst history.rst artifacts.rst popularity.rst hardware.rst internals.rst index.rst software.rst about.rst trivia.rst quickstart.rst overview.rst
- rst2html5.py --cloak-email-addresses --math-output=mathjax \
+ rst2html5 --cloak-email-addresses --math-output=mathjax \
--syntax-highlight=short --link-stylesheet \
--stylesheet=../style.min.css \
--template=./template.txt \