aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/createDevPackage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/createDevPackage.py b/scripts/createDevPackage.py
index 64c74e0ba14..f9b7a3f0e3c 100755
--- a/scripts/createDevPackage.py
+++ b/scripts/createDevPackage.py
@@ -58,6 +58,7 @@ def parse_arguments():
source_include_patterns = [
# directories
r"^scripts/.*$", # everything under scripts/
+ r"^doc/.*$", # everything under doc/
r"^share/(qtcreator/(qml/(qmlpuppet/(.*/)?)?)?)?$", # for shared headers for qt quick designer plugins
r"^src/(.*/)?$", # all directories under src/
r"^plugins/(.*/)?$", # all directories under plugins/ (if this is run on extra plugin repositories)