Changeset 731 in MondoRescue for branches/stable/mondo-doc
- Timestamp:
- Jul 31, 2006, 12:19:19 AM (18 years ago)
- Location:
- branches/stable/mondo-doc/distributions/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo-doc/distributions/debian/control
r580 r731 1 Source: mondo 1 Source: mondo-doc 2 2 Section: utils 3 3 Priority: optional 4 Maintainer: Bruno Cornec <bruno@mondorescue >4 Maintainer: Bruno Cornec <bruno@mondorescue.org> 5 5 Build-Depends: debhelper (>= 4.2.20) 6 6 Standards-Version: 3.6.1 -
branches/stable/mondo-doc/distributions/debian/mondo-doc.doc-base
r580 r731 1 Document: mondo 1 Document: mondo-doc 2 2 Title: Mondo Rescue and Mindi Linux HOWTO 3 3 Author: Hugo Rabson, Mikael Hultgren, Stan Benoit ("Troff"), Randy Delfs, -
branches/stable/mondo-doc/distributions/debian/rules
r580 r731 24 24 # Build architecture independent 25 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 26 $(MAKE) -f Makefile.man VERSION=VVV 27 $(MAKE) -f Makefile.howto VERSION=VVV 27 28 touch build-indep-stamp 28 29 … … 54 55 dh_testroot 55 56 dh_clean -k -i 56 dh_installdirs -i57 dh_install -i57 $(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) 58 59 59 60 # Must not depend on anything. This is to be called by
Note:
See TracChangeset
for help on using the changeset viewer.