From f6e7de0fa98a9a41d59ebb28b0a46859da679c39 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 6 Apr 2025 17:25:46 +0200 Subject: Makefile: Fix script path. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3