(new) -> 1.1 conspectus/Makefile (new) -> 1.1 conspectus/Makefile.inc (new) -> 1.2 conspectus/index.sgml Submitted by: Iwakuni Tomohiko <iwakuni@sidemenu.org> Reviewed by: Hiroki Sato <hrs@geocities.co.jp> References: [doc-jp 7462]
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
|
|
# not translated yet
|
|
#SUBDIR= stable
|
|
|
|
### Revision checking
|
|
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
|
BUILDTOP= ../..
|
|
DIR_IN_LOCAL= conspectus
|
|
|
|
.include "../../web.mk"
|