~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to doc/zeitgeist/Makefile

* 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