Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / doc / doc.pri
1 #Build rules:
2 doxygen_doc.target = doc/html/index.html
3 doxygen_doc.commands = (cd doc && VERSION=$$VERSION PROJECTNAME=$$PROJECTNAME doxygen doxygen.cfg)
4
5 # Install rules
6         
7 htmldocs_install.files = doc/html
8 htmldocs_install.CONFIG += no_check_exist
9
10         
11 htmldocs_install.path = $$INSTALL_PREFIX/share/doc/$${PROJECTNAME}/doc
12         
13         
14 doc.depends = doxygen_doc
15 htmldocs_install.depends = doc
16         
17 QMAKE_EXTRA_TARGETS += doxygen_doc
18
19 INSTALLS += htmldocs_install