mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
81d89781bd
hardware/alpha/proc-alpha.sgml: 1.51 -> 1.52 hardware/common/dev.sgml: 1.119 -> 1.124 hardware/pc98/proc-pc98.sgml: 1.1 -> 1.2 hardware/sparc64/Makefile: 1.1 -> 1.3 hardware/sparc64/article.sgml: 1.2 -> 1.3 hardware/sparc64/proc-sparc64.sgml: 1.4 -> 1.6 installation/common/trouble.sgml: 1.10 -> 1.11 relnotes/common/new.sgml: 1.467 -> 1.473
23 lines
538 B
Makefile
23 lines
538 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/sparc64/Makefile,v 1.3 2003/01/09 12:47:37 ue Exp $
|
|
# basiert auf: 1.3
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
DOC?= article
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
JADEFLAGS+= -V %generate-article-toc%
|
|
|
|
# SGML content
|
|
SRCS+= article.sgml
|
|
SRCS+= proc-sparc64.sgml
|
|
SRCS+= ../common/hw.ent
|
|
SRCS+= ../common/artheader.sgml
|
|
SRCS+= ../common/dev.sgml
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|