| Current Path : /opt/alt/python27/share/doc/alt-python27-lxml-docs/s5/ |
| 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)