diff --git a/ru_RU.KOI8-R/books/developers-handbook/Makefile b/ru_RU.KOI8-R/books/developers-handbook/Makefile index 6cb346dabb..a32c8d6fb4 100644 --- a/ru_RU.KOI8-R/books/developers-handbook/Makefile +++ b/ru_RU.KOI8-R/books/developers-handbook/Makefile @@ -1,20 +1,28 @@ # -# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/developers-handbook/Makefile,v 1.1 2001/03/11 12:13:46 phantom Exp $ +# The FreeBSD Russian Documentation Project +# # $FreeBSD$ -# Original revision: 1.1 +# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/developers-handbook/Makefile,v 1.8 2005/05/05 09:07:25 andy Exp $ +# +# Original revision: 1.22 # # Build the FreeBSD Developers' Handbook. # -MAINTAINER=asmodai@FreeBSD.org +MAINTAINER=andy@FreeBSD.org DOC?= book FORMATS?= html-split +HAS_INDEX= true + INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +# Images +IMAGES_EN = sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb.eps sockets/sainmsb.eps sockets/sainserv.eps sockets/serv.eps sockets/serv2.eps sockets/slayers.eps + # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild @@ -22,8 +30,22 @@ INSTALL_ONLY_COMPRESSED?= # SGML content SRCS= book.sgml +SRCS+= dma/chapter.sgml +SRCS+= introduction/chapter.sgml +SRCS+= ipv6/chapter.sgml +SRCS+= kerneldebug/chapter.sgml +SRCS+= kernelopts/chapter.sgml +SRCS+= l10n/chapter.sgml +SRCS+= policies/chapter.sgml +SRCS+= secure/chapter.sgml +SRCS+= sockets/chapter.sgml +SRCS+= testing/chapter.sgml +SRCS+= tools/chapter.sgml +SRCS+= x86/chapter.sgml # Entities -DOC_PREFIX?= ${.CURDIR}/../../.. +URL_RELPREFIX?= ../../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. + .include "${DOC_PREFIX}/share/mk/doc.project.mk"