summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-20 08:06:49 +0100
committerDidier Raboud <odyx@debian.org>2012-12-20 08:06:49 +0100
commitaf33ef203bf215315c4af3ee925241999ec1243c (patch)
treea10d669493b3b5c03282d51055bf54c70bfd5f29 /debian
parent2d50ff1c39aa7f26d0dccc0b9132af9573218921 (diff)
downloadcolobot-af33ef203bf215315c4af3ee925241999ec1243c.tar.gz
colobot-af33ef203bf215315c4af3ee925241999ec1243c.tar.bz2
colobot-af33ef203bf215315c4af3ee925241999ec1243c.zip
Install docs during make install
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 24673fd..6635d10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@
--dbg-package=colobot-dbg
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo"
+ dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
+ -DINSTALL_DOCS:BOOL=True
override_dh_auto_build:
dh_auto_build -a