Use osgmlnorm if OPENJADE is defined.

This commit is contained in:
Jun Kuriyama 2000-10-02 07:52:48 +00:00
parent 102868199e
commit 7ba08d9ec1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8065
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $FreeBSD: www/en/web.mk,v 1.30 2000/04/29 07:50:27 kuriyama Exp $
# $FreeBSD: www/en/web.mk,v 1.31 2000/09/30 00:21:38 nbm Exp $
#
# Build and install a web site.
@ -74,7 +74,11 @@ GENDOCS+= ${REVFILES}
# things to install.
.SUFFIXES: .html
.if !defined(OPENJADE)
SGMLNORM= sgmlnorm
.else
SGMLNORM= osgmlnorm
.endif
PREFIX?= /usr/local
CATALOG?= ${PREFIX}/share/sgml/html/catalog
SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG} -D ${.CURDIR}

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $FreeBSD: www/en/web.mk,v 1.30 2000/04/29 07:50:27 kuriyama Exp $
# $FreeBSD: www/en/web.mk,v 1.31 2000/09/30 00:21:38 nbm Exp $
#
# Build and install a web site.
@ -74,7 +74,11 @@ GENDOCS+= ${REVFILES}
# things to install.
.SUFFIXES: .html
.if !defined(OPENJADE)
SGMLNORM= sgmlnorm
.else
SGMLNORM= osgmlnorm
.endif
PREFIX?= /usr/local
CATALOG?= ${PREFIX}/share/sgml/html/catalog
SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG} -D ${.CURDIR}