Your IP : 216.73.216.196


Current Path : /opt/alt/python27/share/doc/alt-python27-lxml-docs/s5/
Upload File :
Current File : //opt/alt/python27/share/doc/alt-python27-lxml-docs/s5/Makefile

PYTHON?=python

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

slides: $(SLIDES)

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

clean:
	rm -f *~ $(SLIDES)