alpha/Makefile 1.3 -> 1.4 commercial/Makefile 1.4 -> 1.5 copyright/Makefile 1.2 -> 1.3 docproj/Makefile 1.5 -> 1.6 gallery/Makefile 1.4 -> 1.5 internal/Makefile 1.9 -> 1.10 news/Makefile 1.4 -> 1.5 ports/Makefile 1.13 -> 1.14 projects/Makefile 1.4 -> 1.5 releases/Makefile 1.12 -> 1.13 search/Makefile 1.3 -> 1.4 security/Makefile 1.3 -> 1.4 Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# $Id: Makefile,v 1.6 1998-08-12 09:04:06 hanai Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.10
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
# DOCS= photos.sgml
|
|
DOCS+= internal.sgml
|
|
DOCS+= about.sgml
|
|
DOCS+= machines.sgml
|
|
DOCS+= mirror.sgml
|
|
DOCS+= resignation.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
# DATA+= README.mirror
|
|
|
|
.include "../../web.mk"
|