diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2008-10-05 01:34:26 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2008-10-05 01:34:26 +0000 |
commit | c5dafa0b332a1cd344b3ac3659d16078cf81441b (patch) | |
tree | d8240822627fa094a776c2292f423af93e044dc1 /hu_HU.ISO8859-2/books/handbook/Makefile | |
parent | ace17724d60954c988cccbb2aa628a04d291cdcd (diff) | |
download | doc-c5dafa0b332a1cd344b3ac3659d16078cf81441b.tar.gz doc-c5dafa0b332a1cd344b3ac3659d16078cf81441b.zip |
MFen:
1.109 -> 1.110 hu_HU.ISO8859-2/books/handbook/Makefile
1.172 -> 1.173 hu_HU.ISO8859-2/books/handbook/book.sgml
1.37 -> 1.38 hu_HU.ISO8859-2/books/handbook/chapters.ent
1.153 -> 1.154 hu_HU.ISO8859-2/books/handbook/basics/chapter.sgml
1.286 -> 1.287 hu_HU.ISO8859-2/books/handbook/disks/chapter.sgml
(new) 1.1 hu_HU.ISO8859-2/books/handbook/dtrace/Makefile
(new) 1.1 hu_HU.ISO8859-2/books/handbook/dtrace/chapter.sgml
1.186 -> 1.190 hu_HU.ISO8859-2/books/handbook/eresources/chapter.sgml
(new) 1.1 hu_HU.ISO8859-2/books/handbook/filesystems/Makefile
(new) 1.3 hu_HU.ISO8859-2/books/handbook/filesystems/chapter.sgml
1.42 -> 1.43 hu_HU.ISO8859-2/books/handbook/geom/chapter.sgml
1.450 -> 1.451 hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml
1.108 -> 1.109 hu_HU.ISO8859-2/books/handbook/network-servers/chapter.sgml
1.282 -> 1.283 hu_HU.ISO8859-2/books/handbook/ports/chapter.sgml
1.330 -> 1.331 hu_HU.ISO8859-2/books/handbook/security/chapter.sgml
(new) 1.1 hu_HU.ISO8859-2/books/handbook/updating/Makefile
(new) 1.1 hu_HU.ISO8859-2/books/handbook/updating/chapter.sgml
1.1099 -> 1.1100 hu_HU.ISO8859-2/books/faq/book.sgml
1.61 -> 1.62 hu_HU.ISO8859-2/share/sgml/mailing-lists.ent
Obtained from: The FreeBSD Hungarian Documentation Project
Notes
Notes:
svn path=/head/; revision=33003
Diffstat (limited to 'hu_HU.ISO8859-2/books/handbook/Makefile')
-rw-r--r-- | hu_HU.ISO8859-2/books/handbook/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hu_HU.ISO8859-2/books/handbook/Makefile b/hu_HU.ISO8859-2/books/handbook/Makefile index 5cfa55bbe0..3095cd24cd 100644 --- a/hu_HU.ISO8859-2/books/handbook/Makefile +++ b/hu_HU.ISO8859-2/books/handbook/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ # %SOURCE% en_US.ISO8859-1/books/handbook/Makefile -# %SRCID% 1.109 +# %SRCID% 1.110 # # Build the FreeBSD Handbook. # @@ -209,6 +209,7 @@ IMAGES_LIB+= callouts/15.png SRCS+= audit/chapter.sgml SRCS+= book.sgml SRCS+= colophon.sgml +SRCS+= dtrace/chapter.sgml SRCS+= freebsd-glossary.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml @@ -220,6 +221,7 @@ SRCS+= desktop/chapter.sgml SRCS+= disks/chapter.sgml SRCS+= eresources/chapter.sgml SRCS+= firewalls/chapter.sgml +SRCS+= filesystems/chapter.sgml SRCS+= geom/chapter.sgml SRCS+= install/chapter.sgml SRCS+= introduction/chapter.sgml @@ -239,6 +241,7 @@ SRCS+= preface/preface.sgml SRCS+= printing/chapter.sgml SRCS+= security/chapter.sgml SRCS+= serialcomms/chapter.sgml +SRCS+= updating/chapter.sgml SRCS+= users/chapter.sgml SRCS+= vinum/chapter.sgml SRCS+= virtualization/chapter.sgml |