~ubuntu-branches/ubuntu/trusty/txtorcon/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/Makefile

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio
  • Date: 2014-01-21 15:10:52 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140121151052-r1dw06if9912ihbp
Tags: 0.9.1-1
* New upstream release.
* Update debian/watch and verify upstream signature
* Improve debian/README.source

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
clean:
37
37
        -rm -rf $(BUILDDIR)/*
38
 
        -rm README.rst #generated from ../README 
39
38
 
40
39
html:
41
40
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
42
 
        -cp ../meejah.asc _build/html/meejah.asc
43
41
        @echo
44
42
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
45
43