Sync qnewsletter-2-1.sgml (1.1 -> 1.2) Submitted by: SUGIMURA Takashi <takas-su@is.aist-nara.ac.jp> Reviewed by: hino@ccm.cl.nec.co.jp
31 lines
682 B
Makefile
31 lines
682 B
Makefile
# $Id: Makefile,v 1.13 1999-03-01 16:49:47 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.14
|
|
|
|
.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+= qnewsletter-2-1.sgml
|
|
DOCS+= qnewsletter-2-2.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"
|