~noskcaj/ubuntu/vivid/webtest/merge

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-05-06 18:54:47 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120506185447-d0711oozi1z5pm6f
Tags: 1.3.4-1
* New upstream release
* debian/rules: do not fail if docs/_static exists (closes: #671390)
* Standards-Version bumped to 3.9.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
build-docs:
21
21
        dh_testdir
22
22
        dh_installdirs
23
 
        mkdir docs/_static # Sphinx needs it
 
23
        mkdir -p docs/_static # Sphinx needs it
24
24
        PYTHONPATH=. sphinx-build -N -q -E -b html docs/ $(PKGDIR)/usr/share/doc/python-webtest/docs/
25
25
        touch $@
26
26