~ubuntu-branches/ubuntu/saucy/dhelp/saucy-proposed

« back to all changes in this revision

Viewing changes to tmp/dhelp-ruby/debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-19 01:25:07 UTC
  • Revision ID: james.westby@ubuntu.com-20080619012507-adt75omul1shucde
Tags: 0.6.9ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Recommends: firefox-3.0.
  - Exit zero if the bdb module is not available; this usually indicates
    that dhelp is not configured yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
#
3
 
# Invoke each target with `./debian/rules <target>'.  All targets should be
4
 
# invoked with the package root as the current directory.
5
 
 
6
 
DEB_MAKE_INSTALL_TARGET    = install DESTDIR=$(DEB_DESTDIR) PREFIX=/usr
7
 
DEB_COMPRESS_EXCLUDE       = .dhelp
8
 
DEB_INSTALL_DOCS_dhelp     = debian/THANKS
9
 
DEB_INSTALL_MANPAGES_dhelp = man/dhelp*
10
 
include /usr/share/cdbs/1/rules/debhelper.mk
11
 
include /usr/share/cdbs/1/class/makefile.mk
12
 
 
13
 
common-install-impl::
14
 
        cp debian/dot-dhelp $(DEB_DESTDIR)/usr/share/doc/dhelp/.dhelp