From ff47fc0617119330f4dfb3f067fc3aabc799b1d1 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 17:53:47 +0000 Subject: fix location of HTML documentation --- qxmpp.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qxmpp.pro b/qxmpp.pro index 1639b241..7786a898 100644 --- a/qxmpp.pro +++ b/qxmpp.pro @@ -15,7 +15,7 @@ QXMPP_ARCHIVE = qxmpp-$$QXMPP_VERSION dist.commands = \ $(DEL_FILE) -r $$QXMPP_ARCHIVE && \ svn export . $$QXMPP_ARCHIVE && \ - $(COPY_DIR) doc/html $$QXMPP_ARCHIVE && \ + $(COPY_DIR) doc/html $$QXMPP_ARCHIVE/doc && \ tar czf $${QXMPP_ARCHIVE}.tar.gz $$QXMPP_ARCHIVE && \ $(DEL_FILE) -r $$QXMPP_ARCHIVE dist.depends = docs -- cgit v1.2.3