Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > d5ca09083fa1e0650b386d1b93516003 > files > 531

python-lxml-docs-4.2.5-1.mga6.noarch.rpm

PYTHON?=python

SLIDES=$(subst .txt,.html,$(wildcard *.txt))

slides: $(SLIDES)

%.html: %.txt
	$(PYTHON) rst2s5.py --current-slide --language=en $< $@

clean:
	rm -f *~ $(SLIDES)