6ccc7d470a
(new) -> 1.3 doc/ja_JP.eucJP/hardware/Makefile (new) -> 1.2 doc/ja_JP.eucJP/hardware/Makefile.inc (new) -> 1.6 doc/ja_JP.eucJP/hardware/alpha/Makefile (new) -> 1.4 doc/ja_JP.eucJP/hardware/alpha/article.sgml (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/artheader.sgml (new) -> 1.73 doc/ja_JP.eucJP/hardware/common/dev.sgml (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/hw.ent (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/intro.sgml (new) -> 1.5 doc/ja_JP.eucJP/hardware/i386/Makefile (new) -> 1.3 doc/ja_JP.eucJP/hardware/i386/article.sgml (new) -> 1.2 doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml (new) -> 1.2 doc/ja_JP.eucJP/hardware/ia64/Makefile (new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/article.sgml (new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml (new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/Makefile (new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/article.sgml NOTE: {alpha,sparc64}/{dev,proc}-{alpha,sparc64}.sgml are not translated yet.
16 lines
277 B
Makefile
16 lines
277 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.2
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
#SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
#SUBDIR+= installation
|
|
|
|
COMPAT_SYMLINK = ja
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|