~ubuntu-branches/debian/sid/zeitgeist/sid

« back to all changes in this revision

Viewing changes to doc/zeitgeist/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-01-22 14:15:38 UTC
  • mfrom: (1.1.6 upstream) (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122141538-a28l12bxa3lxvi11
Tags: 0.7-1
* New upstream release. Some of the changes are:
   - Various performance improvements (speed, reduced I/O, etc).
   - Enhancements to the extensions system (eg. feature to ask which
     extensions are active).
   - Various bug fixes (eg. fixed find_event_for_template Python API method).
   - Added new mimetype mappings.
* Updated debian/copyright and debian/zeitgeist-core.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
clean:
27
27
        rm -rf build/* source/.static
 
28
        -rm source/ontology.rst
28
29
 
29
 
init:
 
30
init: ontology
30
31
        mkdir -p build/changes build/doctrees source/.static
31
32
 
32
33
html: init
69
70
        $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) build/changes
70
71
        @echo
71
72
        @echo "The overview file is in build/changes."
 
73
 
 
74
ontology:
 
75
        python source/make_ontology.py > source/ontology.rst