Files
MINGW-packages/mingw-w64-python-lxml/allow-pass-path-to-rst2s5.patch
2019-06-14 15:39:44 +03:00

17 lines
407 B
Diff

--- a/doc/s5/Makefile.orig 2019-06-10 15:00:18.102431700 +0300
+++ b/doc/s5/Makefile 2019-06-10 15:00:46.868882300 +0300
@@ -1,11 +1,12 @@
PYTHON?=python
+RST2S5?=rst2s5.py
SLIDES=$(subst .txt,.html,$(wildcard *.txt))
slides: $(SLIDES)
%.html: %.txt
- $(PYTHON) rst2s5.py --current-slide --language=en $< $@
+ $(PYTHON) $(RST2S5) --current-slide --language=en $< $@
clean:
rm -f *~ $(SLIDES)