~ubuntu-branches/debian/sid/pyx/sid

« back to all changes in this revision

Viewing changes to manual/Makefile

  • Committer: Package Import Robot
  • Author(s): Stuart Prescott
  • Date: 2012-12-17 13:45:12 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20121217134512-u0w6lrgdowsc1sfu
Tags: 0.12.1-1
* New upstream release
* Update maintainer address.
* Update copyright format URL.
* Bump standards version to 3.9.4 (no changes required).
* Drop postinst that was needed for lenny->squeeze upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        @echo "Done."
21
21
 
22
22
clean:
23
 
        -rm -rf $(BUILDDIR)/* *.eps *.pdf *.png
 
23
        -rm -rf $(BUILDDIR)/* *.pdf *.png
24
24
 
25
25
html: figs
26
26
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
36
36
 
37
37
%.png: %.py
38
38
        export PYTHONPATH=$(CURDIR)/.. ; $(PYTHON) $^
39
 
        $(PYTHON) ../contrib/epstopng.py -o $@ $*.eps
 
39
        $(PYTHON) ../contrib/epstopng.py -o $@ $*.pdf