]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/de_DE.ISO8859-1/readme/Makefile
Document recent security advisories (since 9.2-RELEASE is released).
[FreeBSD/releng/10.0.git] / release / doc / de_DE.ISO8859-1 / readme / Makefile
1 # $FreeBSD$
2 # $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/readme/Makefile,v 1.2 2002/03/10 18:41:44 ue Exp $
3 # $Id: Makefile,v 1.5 2002/03/10 15:37:18 ue Exp $
4 # basiert auf: 1.7
5
6 RELN_ROOT?= ${.CURDIR}/../..
7 .ifdef NO_LANGCODE_IN_DESTDIR
8 DESTDIR?= ${DOCDIR}/readme
9 .else
10 DESTDIR?= ${DOCDIR}/de_DE.ISO8859-1/readme
11 .endif
12
13 DOC?= article
14 FORMATS?= html
15 INSTALL_COMPRESSED?= gz
16 INSTALL_ONLY_COMPRESSED?=
17
18
19 # SRCS lists the individual SGML files that make up the document. Changes
20 # to any of these files will force a rebuild
21 #
22
23 # SGML content
24 SRCS+=  article.xml
25
26 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
27 .include "${DOC_PREFIX}/share/mk/doc.project.mk"