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
24 lines
534 B
Makefile
24 lines
534 B
Makefile
# $Id: Makefile,v 1.7 1999-01-14 15:25:41 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.6
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= license.sgml
|
|
#DOCS+= freebsd-license.sgml
|
|
DOCS+= daemon.sgml
|
|
DOCS+= copyright.sgml
|
|
|
|
INDEXLINK= copyright.html
|
|
|
|
# DATA+= COPYING COPYING.LIB ${LEGAL}
|
|
|
|
# FreeBSD Ports redistribution restrictions
|
|
#LEGAL= LEGAL
|
|
#CLEANFILES+= ${LEGAL}
|
|
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
|
# co -q -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include "../../web.mk"
|