From a64b43b006165f18d8a37c6c86a799887a807aa7 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Fri, 2 Oct 2015 01:28:51 +0200 Subject: [PATCH] Debian: build and ship all the docs, including the translation guide --- debian/control | 3 ++- debian/davical-doc.docs | 3 +-- debian/rules | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index bfbd764d..5228c081 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Standards-Version: 3.9.6 Build-Depends: debhelper (>= 9), libawl-php (>= 0.55-1~), libawl-php (<< 0.56), gettext, - php5-cli + php5-cli, + rst2pdf Vcs-git: https://gitlab.com/davical-project/davical.git Vcs-browser: https://gitlab.com/davical-project/davical Homepage: http://www.davical.org/ diff --git a/debian/davical-doc.docs b/debian/davical-doc.docs index 70caef13..a188e069 100644 --- a/debian/davical-doc.docs +++ b/debian/davical-doc.docs @@ -1,2 +1 @@ -docs/api/ -docs/davical_en_user_guide.odt +docs/* diff --git a/debian/rules b/debian/rules index f6021dc2..90aaf973 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,8 @@ get-orig-source: dh $@ override_dh_auto_build: - @echo "NOTE: not calling make / make built-docs, do this before building the package and review / commit the result" + @echo "NOTE: not calling make, do this before building the package and review / commit the result" + make built-docs override_dh_installchangelogs: dh_installchangelogs ChangeLog