diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-01 03:52:21 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-01 03:52:21 +0000 |
| commit | 409fc57f1d9df3693abad639134546b96984b1e3 (patch) | |
| tree | 4f7564f5c21488d2296c62d7d00c938bf21569b8 /en_US.ISO_8859-1/tutorials | |
| parent | 2cd7607307dceb0f9a22d16230583e6790a436df (diff) | |
Add $Id$.
Also, separate the header section from the body by inserting a blank line.
Notes
svn path=/head/; revision=1700
Diffstat (limited to 'en_US.ISO_8859-1/tutorials')
| -rw-r--r-- | en_US.ISO_8859-1/tutorials/Makefile | 2 | ||||
| -rw-r--r-- | en_US.ISO_8859-1/tutorials/Makefile.inc | 2 | ||||
| -rw-r--r-- | en_US.ISO_8859-1/tutorials/index.sgml | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/en_US.ISO_8859-1/tutorials/Makefile b/en_US.ISO_8859-1/tutorials/Makefile index 3e14188a59..8bbad8a871 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.10 1997-07-01 03:52:20 max Exp $ + DOCS?= index.sgml SUBDIR= devel disklessx fonts mh multios newuser upgrade DOCSUBDIR= ddwg ppp diff --git a/en_US.ISO_8859-1/tutorials/Makefile.inc b/en_US.ISO_8859-1/tutorials/Makefile.inc index af14494224..7da7fe75c2 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile.inc +++ b/en_US.ISO_8859-1/tutorials/Makefile.inc @@ -1,2 +1,4 @@ +# $Id: Makefile.inc,v 1.4 1997-07-01 03:52:21 max Exp $ + WEBBASE?= /data/tutorials SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr diff --git a/en_US.ISO_8859-1/tutorials/index.sgml b/en_US.ISO_8859-1/tutorials/index.sgml index ee5f637e31..d7a896fd4d 100644 --- a/en_US.ISO_8859-1/tutorials/index.sgml +++ b/en_US.ISO_8859-1/tutorials/index.sgml @@ -1,9 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!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 % includes SYSTEM "../includes.sgml"> %includes; ]> +<!-- $Id: index.sgml,v 1.14 1997-07-01 03:52:21 max Exp $ --> + <html> &header; |
