includes.sgml : 1.21 -> 1.22 register.sgml : 1.7 -> 1.8 send-pr.sgml : 1.7 -> 1.8 copyright/Makefile : 1.4 -> 1.6 copyright/daemon.sgml : 1.9 -> 1.12 copyright/license.sgml : 1.4 -> 1.5 docproj/current.sgml : 1.5 -> 1.6 docproj/sgml.sgml : 1.4 -> 1.5 docproj/translations.sgml : 1.10 -> 1.13 gallery/gallery.sgml : 1.41 -> 1.43 internal/Makefile : 1.10 -> 1.11 internal/about.sgml : 1.21 -> 1.25 internal/internal.sgml : 1.5 -> 1.7 internal/machines.sgml : 1.6 -> 1.8 internal/resignation.sgml : 1.2 -> 1.3 news/qnewsletter.sgml : 1.9 -> 1.10 releases/3.0R/notes.sgml : 1.3 -> 1.4 search/search.sgml : 1.33 -> 1.36
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# $Id: Makefile,v 1.7 1999-01-14 15:25:55 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.11
|
|
|
|
.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
|
|
# DOCS+= statistic.sgml
|
|
|
|
INDEXLINK= internal.html
|
|
|
|
# DATA+= README.mirror
|
|
|
|
.include "../../web.mk"
|