Changeset 764 in MondoRescue for trunk/mondo-doc


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
Files:
10 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
  • trunk/mondo-doc/distributions/gentoo/mondo.ebuild

    r588 r764  
    99DESCRIPTION="The premier GPL disaster recovery solution."
    1010HOMEPAGE="http://www.mondorescue.org"
    11 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"
     11SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tgz"
    1212
    1313LICENSE="GPL-2"
  • trunk/mondo-doc/distributions/mandriva/spec.m4

    r729 r764  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • trunk/mondo-doc/distributions/redhat/spec.m4

    r729 r764  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • trunk/mondo-doc/distributions/rpm/mondo-doc.spec

    r729 r764  
    3232%install
    3333%{__rm} -rf $RPM_BUILD_ROOT
    34 %{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
    35 %{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
     34%{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version}
     35%{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version}
    3636
    3737%clean
     
    4040%files
    4141%defattr(-,root,root)
    42 %doc svn.log
    43 %doc mindi.8 mondoarchive.8 mondorestore.8
    44 %doc mindi.8.html mindi.8.txt mindi.8.ps mindi.8.pdf
    45 %doc mondoarchive.8.html mondoarchive.8.txt mondoarchive.8.ps mondoarchive.8.pdf
    46 %doc mondorestore.8.html mondorestore.8.txt mondorestore.8.ps mondorestore.8.pdf
    47 %doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
     42%doc %{_defaultdocdir}/%{name}-%{version}
    4843
    4944%changelog
  • trunk/mondo-doc/distributions/suse/spec.m4

    r729 r764  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, buffer, cdrecord')dnl
  • trunk/mondo-doc/mindi.8

    r402 r764  
    177177.SH AUTHORS
    178178Bruno Cornec (lead-development)
    179 .I "bcornec_at_users.berlios.de"
     179.I "bcornec_at_mondorescue.org"
    180180.br
    181181Andree Leidenfrost (co-developper)
  • trunk/mondo-doc/mondorescue-howto.sgml

    r729 r764  
    11391139
    11401140# mindi
    1141 Mindi Linux mini-distro generator v1.06-r343
    1142 
    1143 Latest Mindi is available from http://mondorescue.berlios.de
     1141Mindi Linux mini-distro generator v1.09-r762
     1142
     1143Latest Mindi is available from http://www.mondorescueg
    11441144
    11451145BusyBox sources are available from http://www.busybox.net
Note: See TracChangeset for help on using the changeset viewer.