Changeset 764 in MondoRescue for trunk/mondo-doc/distributions/debian/rules
- Timestamp:
- Aug 8, 2006, 12:34:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo-doc/distributions/debian/rules
r588 r764 23 23 24 24 # 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 25 build-indep: 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.