Add handbook/subdir/ Makefiles
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
ecf9c3b533
commit
319f838c9f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20514
21 changed files with 369 additions and 0 deletions
ru_RU.KOI8-R/books/handbook
advanced-networking
basics
bibliography
boot
cutting-edge
desktop
disks
eresources
install
introduction
kernelconfig
l10n
linuxemu
multimedia
pgpkeys
ports
ppp-and-slip
printing
serialcomms
users
x11
17
ru_RU.KOI8-R/books/handbook/advanced-networking/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/advanced-networking/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/advanced-networking/Makefile,v 1.1 2001/07/11 16:40:07 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= advanced-networking/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/basics/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/basics/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/basics/Makefile,v 1.1 2001/07/11 16:40:10 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= basics/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/bibliography/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/bibliography/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/bibliography/Makefile,v 1.1 2001/07/11 16:40:11 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= bibliography/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/boot/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/boot/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/boot/Makefile,v 1.1 2001/07/11 16:40:11 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= boot/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/cutting-edge/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/cutting-edge/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/cutting-edge/Makefile,v 1.1 2001/07/11 16:40:11 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= cutting-edge/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/desktop/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/desktop/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/desktop/Makefile,v 1.1 2004/03/24 13:29:23 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= desktop/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/disks/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/disks/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/disks/Makefile,v 1.1 2001/07/11 16:40:12 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= disks/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/eresources/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/eresources/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/eresources/Makefile,v 1.1 2004/03/24 13:29:24 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= eresources/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/install/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/install/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/install/Makefile,v 1.1 2001/07/11 16:40:12 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= install/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/introduction/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/introduction/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/introduction/Makefile,v 1.1 2001/07/11 16:40:12 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= introduction/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/kernelconfig/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/kernelconfig/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/kernelconfig/Makefile,v 1.1 2004/03/24 13:41:31 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= kernelconfig/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/l10n/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/l10n/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/l10n/Makefile,v 1.1 2004/03/24 13:29:24 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= l10n/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/linuxemu/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/linuxemu/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/linuxemu/Makefile,v 1.1 2001/07/11 16:40:13 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= linuxemu/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/multimedia/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/multimedia/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/multimedia/Makefile,v 1.4 2002/07/26 18:13:25 never Exp $
|
||||
# Original revision: 1.2
|
||||
#
|
||||
|
||||
CHAPTERS= multimedia/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
21
ru_RU.KOI8-R/books/handbook/pgpkeys/Makefile
Normal file
21
ru_RU.KOI8-R/books/handbook/pgpkeys/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/pgpkeys/Makefile,v 1.3 2003/11/08 00:20:47 phantom Exp $
|
||||
# Original revision: 1.3
|
||||
#
|
||||
|
||||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||
${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
|
||||
SRCS+= ${PGPKEYS}
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/ports/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/ports/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/ports/Makefile,v 1.1 2001/07/11 16:40:15 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= ports/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/ppp-and-slip/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/ppp-and-slip/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/ppp-and-slip/Makefile,v 1.1 2004/03/24 13:29:25 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= ppp-and-slip/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/printing/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/printing/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/printing/Makefile,v 1.1 2004/03/24 13:29:25 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= printing/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/serialcomms/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/serialcomms/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/serialcomms/Makefile,v 1.1 2004/03/24 13:29:25 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= serialcomms/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
18
ru_RU.KOI8-R/books/handbook/users/Makefile
Normal file
18
ru_RU.KOI8-R/books/handbook/users/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/users/Makefile,v 1.1 2004/03/24 13:29:25 den Exp $
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= users/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
17
ru_RU.KOI8-R/books/handbook/x11/Makefile
Normal file
17
ru_RU.KOI8-R/books/handbook/x11/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/x11/Makefile,v 1.1 2001/07/11 16:40:17 phantom Exp $
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= x11/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
Loading…
Reference in a new issue