aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-17 15:30:10 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-09-19 11:31:56 +0200
commita7b453afe9d247251cdc38979c0a0be5b9cd40f1 (patch)
treed3e1ef35104a1d5e97762d6b77f08c0e653beedf /doc/doc.qbs
parent1f993c4cfe232a3596a32d64207d67cb1cdb49a3 (diff)
Fix files list in documentation product.
The wildcard was wrong. Change-Id: I290b48f7eb5f1ce26096a71026a688b3d63002ef Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc/doc.qbs')
-rw-r--r--doc/doc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.qbs b/doc/doc.qbs
index 505bd5c9f..c28289701 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -9,7 +9,7 @@ Product {
files: [
"qbs.qdoc",
"config/*.qdocconf",
- "reference/**",
+ "reference/**/*",
]
Group {
name: "main qdocconf file"