Allow docs/faq.sgml to be built automatically.
This commit is contained in:
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
|
@ -7,6 +7,8 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR= docs
|
||||
|
||||
DOCS+= index.sgml screenshots.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -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)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,6 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = faq.sgml
|
||||
DOCS= faq.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue