Changeset 402 in MondoRescue for branches/stable/documentation


Ignore:
Timestamp:
Feb 17, 2006, 7:05:06 PM (18 years ago)
Author:
bcornec
Message:
  • RPM build for mondo doc recoded
  • Tag for documentation, man pages
  • Include a patch from SuSE RPMs for mondo
Location:
branches/stable/documentation
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/documentation/Makefile.howto

    r401 r402  
    6363    @echo "Delivering mondorescue howto"
    6464    @echo ""
    65     @if [ "${INSTALLDIR}" != "" ]; then cp -a $(TARGET).{html,pdf,ps,txt,rtf} $(TARGET) ${INSTALLDIR} ; cp -a ${IMAGESDIR} ${INSTALLDIR}/$(TARGET) ; else echo "No INSTALLDIR specified aborting install"; fi
     65    @if [ "${INSTALLDIR}" != "" ]; then mkdir -p ${INSTALLDIR} ; cp -a $(TARGET).{html,pdf,ps,txt,rtf} $(TARGET) ${INSTALLDIR} ; cp -a ${IMAGESDIR} ${INSTALLDIR}/$(TARGET) ; else echo "No INSTALLDIR specified aborting install"; fi
  • branches/stable/documentation/Makefile.man

    r401 r402  
    3939%.8.ps: %.8
    4040    @man2dvi ./$< > $<.dvi
    41     @dvips $<.dvi -o $@
     41    @dvips -q $<.dvi -o $@
    4242    @rm -f $<.dvi
    4343
  • branches/stable/documentation/mindi.8

    r401 r402  
    2121.\" USA.
    2222.\"
    23 .TH MINDI 8 "February 2006" "MondoRescue"
     23.TH MINDI 8 "DDD" "Mondo Rescue VVV-rRRR"
    2424.SH NAME
    2525mindi \- a tool for creating boot/root disks
  • branches/stable/documentation/mondoarchive.8

    r401 r402  
    1 .TH mondoarchive 8 "February 2006" Linux MondoRescue
     1.\" This is free documentation; you can redistribute it and/or
     2.\" modify it under the terms of the GNU General Public License as
     3.\" published by the Free Software Foundation; either version 2 of
     4.\" the License, or (at your option) any later version.
     5.\"
     6.\" The GNU General Public License's references to "object code"
     7.\" and "executables" are to be interpreted as the output of any
     8.\" document formatting or typesetting system, including
     9.\" intermediate and printed output.
     10.\"
     11.\" This manual is distributed in the hope that it will be useful,
     12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
     13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14.\" GNU General Public License for more details.
     15.\"
     16.\" You should have received a copy of the GNU General Public
     17.\" License along with this manual; if not, write to the Free
     18.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
     19.\" USA.
     20.\"
     21.TH mondoarchive 8 "DDD" "Mondo Rescue VVV-rRRR"
    222
    323.SH NAME
  • branches/stable/documentation/mondorescue-howto.sgml

    r388 r402  
    11<!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
    22<!ENTITY curdate "DDD">
    3 <!ENTITY curver "VVV">
     3<!ENTITY curver "VVV-rRRR">
    44
    55<!ENTITY WWWB "http://www.mondorescue.org/">
  • branches/stable/documentation/mondorestore.8

    r401 r402  
    1 .TH mondorestore 8 "February 2006" Linux MondoRescue
     1.\" This is free documentation; you can redistribute it and/or
     2.\" modify it under the terms of the GNU General Public License as
     3.\" published by the Free Software Foundation; either version 2 of
     4.\" the License, or (at your option) any later version.
     5.\"
     6.\" The GNU General Public License's references to "object code"
     7.\" and "executables" are to be interpreted as the output of any
     8.\" document formatting or typesetting system, including
     9.\" intermediate and printed output.
     10.\"
     11.\" This manual is distributed in the hope that it will be useful,
     12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
     13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14.\" GNU General Public License for more details.
     15.\"
     16.\" You should have received a copy of the GNU General Public
     17.\" License along with this manual; if not, write to the Free
     18.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
     19.\" USA.
     20.\"
     21.TH mondorestore 8 "DDD" "Mondo Rescue VVV-rRRR"
    222
    323.SH NAME
Note: See TracChangeset for help on using the changeset viewer.