Ignore:
Timestamp:
Jul 31, 2006, 12:19:19 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • gentoo version is really 1.6 (not 2006)
  • mondo-doc debian package improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-doc/distributions/debian/rules

    r580 r731  
    2424# Build architecture independent
    2525build-indep: build-indep-stamp
    26     # Nothing to do, the only indep item is the manual which is available as html in original source
     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.