~ubuntu-branches/ubuntu/saucy/grub/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Robert Millan
  • Date: 2010-02-26 09:54:04 UTC
  • Revision ID: james.westby@ubuntu.com-20100226095404-l3dyalrx4pnuag6o
Tags: 0.97-29ubuntu60
* Backport from Debian 0.97-32 (we should really merge this properly!):
  [ Robert Millan ]
  - Split grub-doc in multiboot-doc and grub-legacy-doc (LP: #493968).
  ... and from Debian 0.97-59:
  - Rename grub.info to grub-legacy.info to avoid conflict with upcoming
    GRUB 2 manual.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        $(MAKE) install DESTDIR=$(CURDIR)/debian/grub/
208
208
 
209
209
        # make install puts the info files in the grub package but we want them
210
 
        # in the grub-doc package so lets clean shop and let dh_installinfo do
211
 
        # the work
 
210
        # in the grub-legacy-doc / multiboot-doc packages so lets clean shop and
 
211
        # let dh_installinfo do the work
212
212
        rm -rf debian/grub/usr/share/info
213
213
 
214
214
        # Cleanup filesystems not used natively in Debian.
250
250
#       dh_installmime
251
251
#       dh_installinit
252
252
#       dh_installcron
253
 
        dh_installinfo
 
253
        cp docs/grub{,-legacy}.info && dh_installinfo
254
254
        dh_installman
255
255
#       dh_link
256
256
        dh_strip