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>
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $Id: Makefile,v 1.8 1998-08-12 09:04:06 hanai Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.6
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= current.sgml
|
|
DOCS+= doc-set.sgml
|
|
DOCS+= sgml.sgml
|
|
DOCS+= submitting.sgml
|
|
DOCS+= who.sgml
|
|
DOCS+= translations.sgml
|
|
DOCS+= docproj.sgml
|
|
|
|
INDEXLINK= docproj.html
|
|
|
|
.include "../../web.mk"
|