Changeset 764 in MondoRescue for trunk/mondo-doc/distributions/debian


Ignore:
Timestamp:
Aug 8, 2006, 12:34:37 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r728:763 $SVN_M/branches/stable

Location:
trunk/mondo-doc/distributions/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/distributions/debian/control

    r588 r764  
    1 Source: mondo
     1Source: mondo-doc
    22Section: utils
    33Priority: optional
    4 Maintainer: Bruno Cornec <bruno@mondorescue>
     4Maintainer: Bruno Cornec <bruno@mondorescue.org>
    55Build-Depends: debhelper (>= 4.2.20)
    66Standards-Version: 3.6.1
  • trunk/mondo-doc/distributions/debian/mondo-doc.doc-base

    r588 r764  
    1 Document: mondo
     1Document: mondo-doc
    22Title: Mondo Rescue and Mindi Linux HOWTO
    33Author: Hugo Rabson, Mikael Hultgren, Stan Benoit ("Troff"), Randy Delfs,
  • trunk/mondo-doc/distributions/debian/rules

    r588 r764  
    2323
    2424# Build architecture independent
    25 build-indep: build-indep-stamp
    26     # Nothing to do, the only indep item is the manual which is available as html in original source
     25build-indep:
     26    $(MAKE) -f Makefile.man VERSION=VVV
     27    $(MAKE) -f Makefile.howto VERSION=VVV
    2728    touch build-indep-stamp
    2829
     
    5455    dh_testroot
    5556    dh_clean -k -i
    56     dh_installdirs -i
    57     dh_install -i
     57    $(MAKE) -f Makefile.man install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME)
     58    $(MAKE) -f Makefile.howto install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME)
    5859
    5960# Must not depend on anything. This is to be called by
Note: See TracChangeset for help on using the changeset viewer.