aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-16 13:49:47 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-16 13:49:47 +0000
commit652957ad6fcccf16e1af72832364aefa82f171ca (patch)
treefee41cd3f9ad598c0fbcb2f03063d206f63259e3 /doc/doc.pri
parentc938b3116bc2554c92ed61fce3ae31208d89f7d0 (diff)
downloadqxmpp-652957ad6fcccf16e1af72832364aefa82f171ca.tar.gz
rework documentation generation
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
deleted file mode 100644
index a40f79bc..00000000
--- a/doc/doc.pri
+++ /dev/null
@@ -1,11 +0,0 @@
-# Build rules
-docs.commands = cd doc && doxygen
-docs.depends = doc/Doxyfile
-
-# Install rules
-htmldocs.files = doc/html
-htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp
-htmldocs.CONFIG += no_check_exist directory
-
-QMAKE_EXTRA_TARGETS += docs
-INSTALLS += htmldocs