Changeset 588 in MondoRescue for trunk/mondo-doc/distributions


Ignore:
Timestamp:
May 29, 2006, 11:47:20 AM (18 years ago)
Author:
bcornec
Message:

merge -r 560:587 $SVN_M/branches/stable

Location:
trunk/mondo-doc/distributions
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/distributions/gentoo/mondo.ebuild

    r543 r588  
    1 # Copyright 1999-2005 Gentoo Foundation
     1# Copyright 1999-2004 Gentoo Foundation
    22# Distributed under the terms of the GNU General Public License v2
     3# $Header: $
     4
    35# $Id$
    46
  • trunk/mondo-doc/distributions/rpm/mondo-doc.spec

    r556 r588  
    3737%install
    3838%{__rm} -rf $RPM_BUILD_ROOT
    39 %{__make} -f Makefile.man install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version}
    40 %{__make} -f Makefile.howto install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version}
     39%{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
     40%{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
    4141
    4242%clean
     
    4444
    4545%files
    46 %defattr(644,root,root,755)
    4746%doc svn.log
    48 %doc
     47%doc mindi.8 mondoarchive.8 mondorestore.8
     48%doc mindi.8.html mindi.8.txt mindi.8.ps mindi.8.pdf
     49%doc mondoarchive.8.html mondoarchive.8.txt mondoarchive.8.ps mondoarchive.8.pdf
     50%doc mondorestore.8.html mondorestore.8.txt mondorestore.8.ps mondorestore.8.pdf
     51%doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
    4952
    5053%changelog
Note: See TracChangeset for help on using the changeset viewer.