doc.hdr : 1.7 -> 1.9
mailto.sgml : 1.9 -> 1.11
commercial/Makefile : 1.5 -> 1.7
commercial/commercial.sgml : 1.26 -> 1.29
docproj/translations.sgml : 1.13 -> 1.14
19 lines
425 B
Makefile
19 lines
425 B
Makefile
# $Id: Makefile,v 1.6 1999-02-04 17:40:45 motoyuki Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.7
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS = commercial.sgml
|
|
# DOCS+= consulting.sgml
|
|
# DOCS+= consulting_bycat.sgml
|
|
# DOCS+= hardware.sgml
|
|
# DOCS+= misc.sgml
|
|
# DOCS+= software.sgml
|
|
# DOCS+= software_bycat.sgml
|
|
|
|
INDEXLINK=commercial.html
|
|
|
|
.include "../../web.mk"
|