mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Debian: build and ship all the docs, including the translation guide
This commit is contained in:
parent
6bfc8b75c3
commit
a64b43b006
3
debian/control
vendored
3
debian/control
vendored
@ -8,7 +8,8 @@ Standards-Version: 3.9.6
|
|||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
libawl-php (>= 0.55-1~), libawl-php (<< 0.56),
|
libawl-php (>= 0.55-1~), libawl-php (<< 0.56),
|
||||||
gettext,
|
gettext,
|
||||||
php5-cli
|
php5-cli,
|
||||||
|
rst2pdf
|
||||||
Vcs-git: https://gitlab.com/davical-project/davical.git
|
Vcs-git: https://gitlab.com/davical-project/davical.git
|
||||||
Vcs-browser: https://gitlab.com/davical-project/davical
|
Vcs-browser: https://gitlab.com/davical-project/davical
|
||||||
Homepage: http://www.davical.org/
|
Homepage: http://www.davical.org/
|
||||||
|
|||||||
3
debian/davical-doc.docs
vendored
3
debian/davical-doc.docs
vendored
@ -1,2 +1 @@
|
|||||||
docs/api/
|
docs/*
|
||||||
docs/davical_en_user_guide.odt
|
|
||||||
|
|||||||
3
debian/rules
vendored
3
debian/rules
vendored
@ -9,7 +9,8 @@ get-orig-source:
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_build:
|
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:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs ChangeLog
|
dh_installchangelogs ChangeLog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user