[Pkg-owncloud-commits] [owncloud-doc] 02/04: Build and install PDF too
David Prévot
taffit at alioth.debian.org
Wed Oct 30 18:03:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit e6aec96a109cbb2d28019b4e534106a62c2160a0
Author: David Prévot <taffit at debian.org>
Date: Wed Oct 30 12:43:21 2013 -0400
Build and install PDF too
---
debian/control | 5 ++++-
debian/install | 6 ++++--
debian/rules | 4 ++--
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index d0420de..abd0be7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,10 @@ Uploaders: David Prévot <taffit at debian.org>
Build-Depends: debhelper (>= 9),
python-imaging,
python-sphinx,
- python-sphinxcontrib.phpdomain
+ python-sphinxcontrib.phpdomain,
+ texlive-fonts-recommended,
+ texlive-latex-extra,
+ texlive-latex-recommended
Standards-Version: 3.9.4
Homepage: http://doc.owncloud.org/
Vcs-Git: git://anonscm.debian.org/pkg-owncloud/owncloud-doc.git
diff --git a/debian/install b/debian/install
index cf3dc6e..80c448f 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,4 @@
-admin_manual/_build/html/release/* /usr/share/owncloud/core/doc/admin
-user_manual/_build/html/release/* /usr/share/owncloud/core/doc/user
+admin_manual/_build/html/release/* /usr/share/owncloud/core/doc/admin
+admin_manual/_build/latex/ownCloudAdminManual.pdf /usr/share/owncloud/core/doc/admin
+user_manual/_build/html/release/* /usr/share/owncloud/core/doc/user
+user_manual/_build/latex/ownCloudUserManual.pdf /usr/share/owncloud/core/doc/user
diff --git a/debian/rules b/debian/rules
index 198eac8..8925cf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
dh $@ --with sphinxdoc
override_dh_auto_build:
- cd admin_manual && make html-release
- cd user_manual && make html-release
+ cd admin_manual && make html-release latexpdf
+ cd user_manual && make html-release latexpdf
override_dh_auto_clean:
cd admin_manual && make clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list