aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:26:49 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:26:49 +0100
commitf9cef1f39a7fc2db1579051f227d03ec2cad23d2 (patch)
treec5c0b37de08fdbaa646847ba0114bf56f204334a
parentd02bf24bcfe24a0e3f2ad6817085127076a27aad (diff)
downloadqxmpp-f9cef1f39a7fc2db1579051f227d03ec2cad23d2.tar.gz
remove "html" directory on distclean
-rw-r--r--doc/doc.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc.pro b/doc/doc.pro
index 418be155..3a3a46ce 100644
--- a/doc/doc.pro
+++ b/doc/doc.pro
@@ -20,4 +20,5 @@ docs.commands = $${DOXYFILTER} -g $${PWD} && $${DOXYFILTER}
docs.depends = $${TARGET}
QMAKE_CLEAN += Doxyfile doxygen_sqlite3.db
+unix:QMAKE_DISTCLEAN += -r html
QMAKE_EXTRA_TARGETS += docs