Use the newly added html dtd port instead of referencing the

copy of the DTD where I just happen to keep it on freefall.
This commit is contained in:
John Fieber 1997-09-19 21:35:54 +00:00
parent b329b3e87b
commit 17d40038ae
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1967
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.mk,v 1.10 1997-03-11 15:12:30 jfieber Exp $
# $Id: web.mk,v 1.11 1997-09-19 21:35:54 jfieber Exp $
#
# Build and install a web site.
@ -61,7 +61,7 @@ COPY= -c
.SUFFIXES: .sgml .html
SGMLNORM= sgmlnorm
CATALOG?= /usr/local/share/sgml/HTML/catalog
CATALOG?= /usr/local/share/sgml/html/catalog
SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG}
GENDOCS+= ${DOCS:M*.sgml:S/.sgml$/.html/g}
ORPHANS:= ${ORPHANS:N*.sgml}

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.mk,v 1.10 1997-03-11 15:12:30 jfieber Exp $
# $Id: web.mk,v 1.11 1997-09-19 21:35:54 jfieber Exp $
#
# Build and install a web site.
@ -61,7 +61,7 @@ COPY= -c
.SUFFIXES: .sgml .html
SGMLNORM= sgmlnorm
CATALOG?= /usr/local/share/sgml/HTML/catalog
CATALOG?= /usr/local/share/sgml/html/catalog
SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG}
GENDOCS+= ${DOCS:M*.sgml:S/.sgml$/.html/g}
ORPHANS:= ${ORPHANS:N*.sgml}

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.site.mk,v 1.10 1997-03-11 15:12:30 jfieber Exp $
# $Id: web.site.mk,v 1.11 1997-09-19 21:35:54 jfieber Exp $
#
# Build and install a web site.
@ -61,7 +61,7 @@ COPY= -c
.SUFFIXES: .sgml .html
SGMLNORM= sgmlnorm
CATALOG?= /usr/local/share/sgml/HTML/catalog
CATALOG?= /usr/local/share/sgml/html/catalog
SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG}
GENDOCS+= ${DOCS:M*.sgml:S/.sgml$/.html/g}
ORPHANS:= ${ORPHANS:N*.sgml}