diff options
| author | Michael Banck <mbanck@debian.org> | 2005-04-15 23:22:26 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2005-04-15 23:22:26 +0000 |
| commit | 8ab7118a83c0d0657fe5ff6fd2be8ea703974c4c (patch) | |
| tree | 7b8b24f1a4a6d756e70a70d2a62fdf6927326482 /debian/rules | |
| parent | 824845d6fc766b62e7609f1ab318576a4dc719d2 (diff) | |
* debian/control (hurd-dbg): New package.
* debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg.
* debian/hurd-dbg.dirs: New file.
* debian/control (hurd-doc): New package.
(Build-Depends-Indep): Added texi2html.
* debian/rules (build/hurd::): Generate html version of the manual.
* debian/hurd-doc.info: New file.
* debian/hurd-doc.docs: New file.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 09e3d0f7..60a844f2 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,10 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/libexec" DEB_CONFIGURE_USER_FLAGS := --disable-profile DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var +DEB_DH_STRIP_ARGS := --dbg-package=hurd + +build/hurd:: + cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi install/hurd:: # runsystem is managed by update-alternatives |
