Allow docs/faq.sgml to be built automatically.

This commit is contained in:
Maxim Sobolev 2002-01-07 19:28:24 +00:00
parent c48659e727
commit 3198deaa1b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11623
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
SUBDIR= docs
DOCS+= index.sgml screenshots.sgml DOCS+= index.sgml screenshots.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/java/docs/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -7,6 +7,6 @@
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
DOCS = faq.sgml DOCS= faq.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"