From ca492c8facd3e7b086e17788aded1a8299353a85 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 12 Sep 2014 14:34:28 +0200 Subject: use DISTFILES instead of OTHER_FILES in creator's own build system it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske --- doc/doc.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/doc.pri') diff --git a/doc/doc.pri b/doc/doc.pri index 7fcb3bc7e1..fa52a5c602 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -87,7 +87,7 @@ docs_online.depends = html_docs_online dev_html_docs_online docs.depends = qch_docs dev_qch_docs QMAKE_EXTRA_TARGETS += html_docs dev_html_docs html_docs_online dev_html_docs_online qch_docs dev_qch_docs docs docs_online -OTHER_FILES = $$HELP_DEP_FILES $$DEV_HELP_DEP_FILES +DISTFILES = $$HELP_DEP_FILES $$DEV_HELP_DEP_FILES fixnavi.commands = \ cd $$shell_path($$PWD) && \ -- cgit v1.2.1