~ubuntu-branches/ubuntu/saucy/lxml/saucy-security

« back to all changes in this revision

Viewing changes to doc/s5/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-03-07 13:17:25 UTC
  • mfrom: (1.3.6 upstream) (2.1.32 natty)
  • Revision ID: james.westby@ubuntu.com-20110307131725-gtk402e1ug4r6arr
Tags: 2.3-0.1
Upload 2.3 final to unstable as NMU at maintainer request

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PYTHON?=python
1
2
 
2
3
SLIDES=$(subst .txt,.html,$(wildcard *.txt))
3
4
 
4
5
slides: $(SLIDES)
5
6
 
6
7
%.html: %.txt
7
 
        rst2s5 --current-slide --language=en $< $@
 
8
        $(PYTHON) rst2s5.py --current-slide --language=en $< $@
8
9
 
9
10
clean:
10
11
        rm -f *~ $(SLIDES)