doc/ja/copyright/Makefile
Motoyuki Konno 4666d430dd New translation: freebsd-license.sgml.
Related changes: Makefile, copyright.sgml.

Refine translation: license.sgml.
1999-03-10 16:47:26 +00:00

24 lines
533 B
Makefile

# $Id: Makefile,v 1.8 1999-03-10 16:47:25 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"