29 lines
626 B
Makefile
29 lines
626 B
Makefile
# $Id: Makefile,v 1.11 1999-02-11 17:49:33 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.12
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
# quick news letter
|
|
DOCS= qnewsletter.sgml
|
|
DOCS+= qnewsletter-1-1.sgml
|
|
DOCS+= qnewsletter-1-2.sgml
|
|
DOCS+= qnewsletter-1-3.sgml
|
|
DOCS+= qnewsletter-1-4.sgml
|
|
DOCS+= qnewsletter-1-5.sgml
|
|
DOCS+= qnewsletter-1-6.sgml
|
|
DOCS+= qnewsletter-1-7.sgml
|
|
|
|
DOCS+= press.sgml
|
|
DOCS+= newsflash.sgml
|
|
DOCS+= news.sgml
|
|
DOCS+= webchanges.sgml
|
|
|
|
# The yearly State of the Union address
|
|
#DOCS+= sou1999.sgml
|
|
|
|
INDEXLINK= news.html
|
|
|
|
.include "../../web.mk"
|