Add $Id$.
Also, separate the header section from the body by inserting a blank line.
This commit is contained in:
parent
2cd7607307
commit
409fc57f1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1700
6 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# $Id: Makefile,v 1.10 1997-07-01 03:52:20 max Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel disklessx fonts mh multios newuser upgrade
|
SUBDIR= devel disklessx fonts mh multios newuser upgrade
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= ddwg ppp
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# $Id: Makefile.inc,v 1.4 1997-07-01 03:52:21 max Exp $
|
||||||
|
|
||||||
WEBBASE?= /data/tutorials
|
WEBBASE?= /data/tutorials
|
||||||
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$Date: 1997-06-25 16:59:50 $">
|
<!ENTITY date "$Date: 1997-07-01 03:52:21 $">
|
||||||
<!ENTITY title "FreeBSD Tutorials">
|
<!ENTITY title "FreeBSD Tutorials">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
<!-- $Id: index.sgml,v 1.14 1997-07-01 03:52:21 max Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# $Id: Makefile,v 1.10 1997-07-01 03:52:20 max Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel disklessx fonts mh multios newuser upgrade
|
SUBDIR= devel disklessx fonts mh multios newuser upgrade
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= ddwg ppp
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# $Id: Makefile.inc,v 1.4 1997-07-01 03:52:21 max Exp $
|
||||||
|
|
||||||
WEBBASE?= /data/tutorials
|
WEBBASE?= /data/tutorials
|
||||||
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$Date: 1997-06-25 16:59:50 $">
|
<!ENTITY date "$Date: 1997-07-01 03:52:21 $">
|
||||||
<!ENTITY title "FreeBSD Tutorials">
|
<!ENTITY title "FreeBSD Tutorials">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
<!-- $Id: index.sgml,v 1.14 1997-07-01 03:52:21 max Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue