doc/ja/releases/5.1R/Makefile
Hideyuki KURASHINA 28a21a4512 Catch up with the English version:
1.23 -> 1.25   copyright/daemon.sgml
   1.47 -> 1.48   internal/about.sgml
   1.17 -> 1.18   java/index.sgml
   1.9  -> 1.10   java/links/development.sgml
   1.7  -> 1.8    java/links/freebsd.sgml
   1.35 -> 1.37   java/newsflash.sgml
   1.38 -> 1.41   news/news.sgml
   1.8  -> 1.9    news/newsflash.xsl
   1.3  -> 1.5    news/press.xsl
   1.6  -> 1.8    news/pressreleases.sgml
   1.2  -> 1.3    releases/5.1R/Makefile
   1.92 -> 1.94   releases/index.sgml
   1.89 -> 1.91   search/search.sgml
   1.65 -> 1.68   search/web.atoz
2003-11-03 11:41:05 +00:00

36 lines
904 B
Makefile

# $FreeBSD: www/ja/releases/5.1R/Makefile,v 1.3 2003/06/10 20:45:06 hrs Exp $
# Original revision: 1.3
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= announce.sgml #schedule.sgml todo.sgml
DOCS+= hardware.sgml relnotes.sgml installation.sgml
DATA= docbook.css
DATA+= errata.html
DATA+= early-adopter.html
DATA+= hardware-alpha.html
DATA+= hardware-ia64.html
DATA+= hardware-i386.html
DATA+= hardware-pc98.html
DATA+= hardware-sparc64.html
DATA+= relnotes-alpha.html
DATA+= relnotes-ia64.html
DATA+= relnotes-i386.html
DATA+= relnotes-pc98.html
DATA+= relnotes-sparc64.html
#DATA+= installation-alpha.html
#DATA+= installation-ia64.html
#DATA+= installation-i386.html
#DATA+= installation-pc98.html
#DATA+= installation-sparc64.html
### Revision checking
REVCHECK= YES
.include "${WEB_PREFIX}/share/mk/web.site.mk"