aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-09-30 07:20:51 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-09-30 07:20:51 +0000
commitc2983221024940ab715cdb591a6c088100b5a8b4 (patch)
treeb6230777bf62fb159d9ca82c58d0e90012a3c341
parent16aa316b717bd3c9ea05f32c2833015c1831b758 (diff)
downloadqxmpp-c2983221024940ab715cdb591a6c088100b5a8b4.tar.gz
make it possible to run "make docs" immediately after qmake
-rw-r--r--qxmpp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxmpp.pro b/qxmpp.pro
index 179821d3..ead33bf5 100644
--- a/qxmpp.pro
+++ b/qxmpp.pro
@@ -10,7 +10,7 @@ SUBDIRS = src \
CONFIG += ordered
# Documentation generation
-docs.commands = $(MAKE) -C doc docs
+docs.commands = cd doc/ && $(QMAKE) && $(MAKE) docs
# Source distribution
QXMPP_ARCHIVE = qxmpp-0.3.91