Comment 5 for bug 25898

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 24 Nov 2005 21:37:23 +0000
From: Dominic Hargreaves <email address hidden>
To: <email address hidden>
Subject: Patch

--niUlcCfh/sMBwTxc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

The attached patch installs the documentation correctly.

Cheers,

Dominic.

--
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)

--niUlcCfh/sMBwTxc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="339687.patch"

--- rules.orig 2005-11-24 21:36:55.000000000 +0000
+++ rules 2005-11-24 21:31:57.000000000 +0000
@@ -191,7 +191,8 @@

  # Add here commands to install the indep part of the package into
  # debian/<package>-doc.
- #INSTALLDOC#
+ install -m 644 docs/grub/* $(CURDIR)/debian/grub-doc/usr/share/doc/grub-doc/html/
+ install -m 644 docs/multiboot/* $(CURDIR)/debian/grub-doc/usr/share/doc/grub-doc/html/

  # grub-disk
  mkdir -p $(CURDIR)/debian/tmp/root/boot/grub

--niUlcCfh/sMBwTxc--