From f0703dde00663f53833d289109e986dae5522f2a Mon Sep 17 00:00:00 2001 From: bencollins Date: Sun, 13 Jul 2003 01:12:19 +0000 Subject: [PATCH] Generate and install the pdf in the Debian package. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@114 53a565d1-3bb7-0310-b661-cf11e63c67ab --- debian/control | 2 +- debian/libraw1394-dev.docs | 3 +-- debian/rules | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5b5546c..8fe4125 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Ben Collins Standards-Version: 3.5.6.0 -Build-Depends: debhelper (>= 3.0.0) +Build-Depends: debhelper (>= 3.0.0), docbook-utils Uploaders: Andreas Bombe , Ben Collins Package: libraw1394-dev diff --git a/debian/libraw1394-dev.docs b/debian/libraw1394-dev.docs index b598b04..c505db7 100644 --- a/debian/libraw1394-dev.docs +++ b/debian/libraw1394-dev.docs @@ -1,5 +1,4 @@ README NEWS doc/libraw1394.sgml -doc/libraw1394.ps -doc/libraw1394 +doc/libraw1394.pdf diff --git a/debian/rules b/debian/rules index 7fd378c..f0aaab0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,8 @@ build-stamp: ./configure --prefix=/usr --mandir=\$${prefix}/share/man $(MAKE) + $(MAKE) -C doc libraw1394.pdf + touch build-stamp clean: