add convenience targets to Makefiles; require autmake 1.9;
install HTML versin of user guide in Debian
This commit is contained in:
@@ -2,7 +2,7 @@ Source: lcdproc
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jonathan Oxer <jon@debian.org>
|
||||
Build-Depends: debhelper (>= 4.0.0), automake1.7, autoconf, texinfo, libncurses5-dev, libusb-dev (>= 0.1.8), libsvga1-dev, libxosd-dev
|
||||
Build-Depends: debhelper (>= 4.0.0), automake1.9, autoconf, xmlto, texinfo, libncurses5-dev, libusb-dev (>= 0.1.8), libsvga1-dev, libxosd-dev
|
||||
Standards-Version: 3.6.2
|
||||
|
||||
Package: lcdproc
|
||||
|
||||
@@ -4,6 +4,7 @@ etc/default
|
||||
etc/lcdproc
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/share/doc/lcdproc/user-guide/
|
||||
usr/share/doc/lcdproc/examples
|
||||
usr/share/man/man1
|
||||
usr/share/man/man8
|
||||
|
||||
@@ -75,6 +75,7 @@ install: build
|
||||
|
||||
# Add here commands to install the package into debian/lcdproc.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/lcdproc
|
||||
$(MAKE) install-html-userguide DESTDIR=$(CURDIR)/debian/lcdproc
|
||||
|
||||
# install config file (with some corrections
|
||||
sed -e '/^DriverPath=/s,server/drivers,/usr/lib/lcdproc,' \
|
||||
|
||||
Reference in New Issue
Block a user