5434a672c5
hardware/Makefile 1.4 -> 1.5 hardware/common/dev.sgml 1.112 -> 1.114 hardware/ia64/article.sgml 1.1 -> 1.2 installation/Makefile 1.4 -> 1.5 installation/common/install.sgml 1.14 -> 1.15 installation/common/trouble.sgml 1.6 -> 1.8 relnotes/Makefile 1.4 -> 1.5 relnotes/common/new.sgml 1.448 -> 1.448 and add all the new ia64 files.
15 lines
338 B
Makefile
15 lines
338 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/relnotes/Makefile,v 1.4 2002/11/09 20:58:39 ue Exp $
|
|
# basiert auf: 1.5
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= ia64
|
|
SUBDIR+= i386
|
|
SUBDIR+= pc98
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|