]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - release/doc/de_DE.ISO8859-1/early-adopter/Makefile
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
[FreeBSD/releng/9.0.git] / release / doc / de_DE.ISO8859-1 / early-adopter / Makefile
1 # The FreeBSD Documentation
2 # The FreeBSD German Documentation Project
3 #
4 # $FreeBSD$
5 # $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/early-adopter/Makefile,v 1.1 2002/10/28 18:37:20 ue Exp $
6 # basiert auf: 1.3
7
8 RELN_ROOT?= ${.CURDIR}/../..
9 .ifdef NO_LANGCODE_IN_DESTDIR
10 DESTDIR?= ${DOCDIR}/early-adopter
11 .else
12 DESTDIR?= ${DOCDIR}/de_DE.ISO8859-1/early-adopter
13 .endif
14
15 DOC?= article
16 FORMATS?= html
17 INSTALL_COMPRESSED?=gz
18 INSTALL_ONLY_COMPRESSED?=
19
20 SRCS+= article.sgml
21
22 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
23 .include "${DOC_PREFIX}/share/mk/doc.project.mk"