Wire up the new sgmlfmt options.

This commit is contained in:
John Fieber 1996-10-06 00:08:28 +00:00
parent 8de5a401fa
commit 63f3fa9182
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=574
17 changed files with 27 additions and 26 deletions

View file

@ -1 +1,2 @@
WEBBASE= /data WEBBASE= /data
SGMLOPTS+= -links -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr

View file

@ -1,8 +1,8 @@
<hr> <hr noshade>
<a href="../"><img src="../gifs/home.gif" alt="FreeBSD Home <a href="../"><img src="../gifs/home.gif" alt="FreeBSD Home Page"
Page" border="0" align="right"></a> border="0" align="right"></a>
<address> <address>
@@UPDATE@@<br> <a href="../mailto.html">www@freebsd.org</a><br>
<a href="../mailto.html">www@freebsd.org</a> @@UPDATE@@
</address> </address>

View file

@ -0,0 +1 @@
<img src="../gifs/topbar.gif" alt="">

View file

@ -1 +1,2 @@
WEBBASE?= /data/tutorials WEBBASE?= /data/tutorials
SGMLOPTS+= -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr

View file

@ -1,5 +1,4 @@
DOC= ddwg DOC= ddwg
SRCS= ddwg.sgml SRCS= ddwg.sgml
SGMLOPTS= -ssi
.include <bsd.sgml.mk> .include <bsd.sgml.mk>

View file

@ -1,6 +1,5 @@
DOC= devel DOC= devel
SRCS= devel.sgml SRCS= devel.sgml
SGMLOPTS= -ssi
.include <bsd.sgml.mk> .include <bsd.sgml.mk>

View file

@ -1,8 +1,8 @@
<hr> <hr noshade>
<a href="../../"><img src="../../gifs/home.gif" alt="FreeBSD Home <a href="../../"><img src="../../gifs/home.gif" alt="FreeBSD Home Page"
Page" border="0" align="right"></a> border="0" align="right"></a>
<address> <address>
@@UPDATE@@<br> <a href="../../mailto.html">www@freebsd.org</a><br>
<a href="../../mailto.html">www@freebsd.org</a> @@UPDATE@@
</address> </address>

View file

@ -0,0 +1 @@
<img src="../../gifs/topbar.gif" alt="">

View file

@ -1,6 +1,5 @@
DOC= fonts DOC= fonts
SRCS= fonts.sgml SRCS= fonts.sgml
SGMLOPTS= -ssi
.include <bsd.sgml.mk> .include <bsd.sgml.mk>

View file

@ -1,6 +1,5 @@
DOC= mh DOC= mh
SRCS= mh.sgml SRCS= mh.sgml
SGMLOPTS= -ssi
.include <bsd.sgml.mk> .include <bsd.sgml.mk>

View file

@ -1,6 +1,5 @@
DOC= multios DOC= multios
SRCS= multios.sgml SRCS= multios.sgml
SGMLOPTS= -ssi
.include <bsd.sgml.mk> .include <bsd.sgml.mk>

View file

@ -1,5 +1,5 @@
# bsd.web.mk # bsd.web.mk
# $Id: web.mk,v 1.5 1996-10-01 23:41:29 jfieber Exp $ # $Id: web.mk,v 1.6 1996-10-06 00:08:08 jfieber Exp $
# #
# Build and install a web site. # Build and install a web site.
@ -239,7 +239,7 @@ _PROGSUBDIR: .USE
FORMATS?= "html ps latin1 ascii" FORMATS?= "html ps latin1 ascii"
PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR} PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR}
PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP} PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP}
PARAMS+= SGMLOPTS="-links" FORMATS=${FORMATS} COPY="${COPY}" PARAMS+= FORMATS=${FORMATS} COPY="${COPY}"
.endif .endif

View file

@ -1 +1,2 @@
WEBBASE= /data WEBBASE= /data
SGMLOPTS+= -links -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr

View file

@ -1,8 +1,8 @@
<hr> <hr noshade>
<a href="../"><img src="../gifs/home.gif" alt="FreeBSD Home <a href="../"><img src="../gifs/home.gif" alt="FreeBSD Home Page"
Page" border="0" align="right"></a> border="0" align="right"></a>
<address> <address>
@@UPDATE@@<br> <a href="../mailto.html">www@freebsd.org</a><br>
<a href="../mailto.html">www@freebsd.org</a> @@UPDATE@@
</address> </address>

View file

@ -0,0 +1 @@
<img src="../gifs/topbar.gif" alt="">

View file

@ -1,5 +1,5 @@
# bsd.web.mk # bsd.web.mk
# $Id: web.mk,v 1.5 1996-10-01 23:41:29 jfieber Exp $ # $Id: web.mk,v 1.6 1996-10-06 00:08:08 jfieber Exp $
# #
# Build and install a web site. # Build and install a web site.
@ -239,7 +239,7 @@ _PROGSUBDIR: .USE
FORMATS?= "html ps latin1 ascii" FORMATS?= "html ps latin1 ascii"
PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR} PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR}
PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP} PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP}
PARAMS+= SGMLOPTS="-links" FORMATS=${FORMATS} COPY="${COPY}" PARAMS+= FORMATS=${FORMATS} COPY="${COPY}"
.endif .endif

View file

@ -1,5 +1,5 @@
# bsd.web.mk # bsd.web.mk
# $Id: web.site.mk,v 1.5 1996-10-01 23:41:29 jfieber Exp $ # $Id: web.site.mk,v 1.6 1996-10-06 00:08:08 jfieber Exp $
# #
# Build and install a web site. # Build and install a web site.
@ -239,7 +239,7 @@ _PROGSUBDIR: .USE
FORMATS?= "html ps latin1 ascii" FORMATS?= "html ps latin1 ascii"
PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR} PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR}
PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP} PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP}
PARAMS+= SGMLOPTS="-links" FORMATS=${FORMATS} COPY="${COPY}" PARAMS+= FORMATS=${FORMATS} COPY="${COPY}"
.endif .endif