Debian: build and ship all the docs, including the translation guide

This commit is contained in:
Florian Schlichting 2015-10-02 01:28:51 +02:00
parent 6bfc8b75c3
commit a64b43b006
3 changed files with 5 additions and 4 deletions

3
debian/control vendored
View File

@ -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/

View File

@ -1,2 +1 @@
docs/api/
docs/davical_en_user_guide.odt
docs/*

3
debian/rules vendored
View File

@ -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