cvs commit: de-docproj/books/handbook Makefile book.sgml

From: Johann Kois <jkois(at)doc.bsdgroup.de>
Date: Sat, 8 Oct 2011 16:45:03 GMT

jkois 2011-10-08 16:45:03 UTC

  FreeBSD German Documentation Repository

  Modified files:
    books/handbook Makefile book.sgml
  Log:
  MFen 1.178
  
  Revision Changes Path
  1.64 +44 -1 de-docproj/books/handbook/Makefile
  1.90 +3 -1 de-docproj/books/handbook/book.sgml
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/de-docproj/books/handbook/Makefile,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -I$FreeBSDde.*$ -r1.63 -r1.64
  --- Makefile 20 Aug 2010 18:09:14 -0000 1.63
  +++ Makefile 8 Oct 2011 16:45:03 -0000 1.64
  @@ -1,7 +1,7 @@
   #
   # $FreeBSD$
  -# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.63 2010/08/20 18:09:14 jkois Exp $
  -# basiert auf: 1.113
  +# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.64 2011/10/08 16:45:03 jkois Exp $
  +# basiert auf: 1.115
   #
   # Build the FreeBSD Handbook in its German translation.
   #
  @@ -33,6 +33,48 @@
   IMAGES_EN+= advanced-networking/natd.eps
   IMAGES_EN+= advanced-networking/net-routing.pic
   IMAGES_EN+= advanced-networking/static-routes.pic
  +IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png
  +IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png
  +IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png
  +IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png
  +IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png
  +IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
  +IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
  +IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
  +IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6-static.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-slaac.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface.png
  +IMAGES_EN+= bsdinstall/bsdinstall-configure-network-ipv4-dns.png
  +IMAGES_EN+= bsdinstall/bsdinstall-distfile-extracting.png
  +IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
  +IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
  +IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
  +IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
  +IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
  +IMAGES_EN+= bsdinstall/bsdinstall-mta-main.png
  +IMAGES_EN+= bsdinstall/bsdinstall-net-config-menu1.png
  +IMAGES_EN+= bsdinstall/bsdinstall-net-config-menu2.png
  +IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
  +IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png
  +IMAGES_EN+= bsdinstall/bsdinstall-ntp-config.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-manual-create.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-manual-partscheme.png
  +IMAGES_EN+= bsdinstall/bsdinstall-part-review.png
  +IMAGES_EN+= bsdinstall/bsdinstall-post-root-passwd.png
  +IMAGES_EN+= bsdinstall/bsdinstall-set-clock-local-utc.png
  +IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png
  +IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
  +IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
  +IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
   IMAGES_EN+= geom/striping.pic
   IMAGES_EN+= install/adduser1.scr
   IMAGES_EN+= install/adduser2.scr
  @@ -187,6 +229,7 @@
   # SGML content
   SRCS+= audit/chapter.sgml
   SRCS+= book.sgml
  +SRCS+= bsdinstall/chapter.sgml
   SRCS+= colophon.sgml
   SRCS+= freebsd-glossary.sgml
   SRCS+= advanced-networking/chapter.sgml
  
  Index: book.sgml
  ===================================================================
  RCS file: /home/cvs/de-docproj/books/handbook/book.sgml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -I$FreeBSDde.*$ -r1.89 -r1.90
  --- book.sgml 15 Jan 2011 14:56:18 -0000 1.89
  +++ book.sgml 8 Oct 2011 16:45:03 -0000 1.90
  @@ -3,8 +3,8 @@
       The FreeBSD German Documentation Project
   
       $FreeBSD$
  - $FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.89 2011/01/15 14:56:18 jkois Exp $
  - basiert auf: 1.177
  + $FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.90 2011/10/08 16:45:03 jkois Exp $
  + basiert auf: 1.178
   -->
   
   <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
  @@ -17,6 +17,7 @@
   
   <!ENTITY % chap.introduction "IGNORE">
   <!ENTITY % chap.install "IGNORE">
  +<!ENTITY % chap.bsdinstall "IGNORE">
   <!ENTITY % chap.basics "IGNORE">
   <!ENTITY % chap.ports "IGNORE">
   <!ENTITY % chap.config "IGNORE">
  @@ -207,6 +208,7 @@
   
       <![ %chap.introduction; [ &chap.introduction; ]]>
       <![ %chap.install; [ &chap.install; ]]>
  + <![ %chap.bsdinstall; [ &chap.bsdinstall; ]]>
       <![ %chap.basics; [ &chap.basics; ]]>
       <![ %chap.ports; [ &chap.ports; ]]>
       <![ %chap.x11; [ &chap.x11; ]]>
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Sat 08 Oct 2011 - 18:45:19 CEST

search this site