head	1.19;
access;
symbols
	v1_0:1.1.1.1
	JFIEBER:1.1.1;
locks; strict;
comment	@# @;


1.19
date	99.08.21.18.13.15;	author nik;	state dead;
branches;
next	1.18;

1.18
date	99.04.27.18.33.23;	author nik;	state Exp;
branches;
next	1.17;

1.17
date	99.04.26.21.45.30;	author nik;	state Exp;
branches;
next	1.16;

1.16
date	98.08.04.14.24.23;	author wosch;	state Exp;
branches;
next	1.15;

1.15
date	98.08.03.14.44.26;	author wosch;	state Exp;
branches;
next	1.14;

1.14
date	98.07.24.13.31.04;	author nik;	state Exp;
branches;
next	1.13;

1.13
date	98.04.16.08.53.48;	author wosch;	state Exp;
branches;
next	1.12;

1.12
date	98.01.18.22.27.43;	author jfieber;	state Exp;
branches;
next	1.11;

1.11
date	97.09.13.04.24.09;	author jfieber;	state Exp;
branches;
next	1.10;

1.10
date	97.07.01.03.52.20;	author max;	state Exp;
branches;
next	1.9;

1.9
date	97.06.25.16.59.49;	author jfieber;	state Exp;
branches;
next	1.8;

1.8
date	97.05.18.22.39.23;	author paul;	state Exp;
branches;
next	1.7;

1.7
date	97.03.23.16.27.39;	author jfieber;	state Exp;
branches;
next	1.6;

1.6
date	97.02.15.18.02.03;	author jfieber;	state Exp;
branches;
next	1.5;

1.5
date	97.01.20.14.32.00;	author jfieber;	state Exp;
branches;
next	1.4;

1.4
date	97.01.19.15.29.57;	author jfieber;	state Exp;
branches;
next	1.3;

1.3
date	97.01.18.02.24.06;	author jfieber;	state Exp;
branches;
next	1.2;

1.2
date	97.01.17.15.00.56;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	96.09.24.17.45.58;	author jfieber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.09.24.17.45.58;	author jfieber;	state Exp;
branches;
next	;


desc
@@


1.19
log
@"doc/en.  The time has come.  Prepare yourself."

"No, wait, I don't want t--" <blam>

"Goodbye".
@
text
@# $Id: Makefile,v 1.18 1999/04/27 18:33:23 nik Exp $

DOCS?=		index.sgml
SUBDIR=		devel 
SUBDIR+=        diskformat 
SUBDIR+=        disklessx 
SUBDIR+=        fonts 
SUBDIR+=        mh 
SUBDIR+=        multios 
SUBDIR+=        newuser
DOCSUBDIR=	docproj-primer
DOCSUBDIR+=	ddwg 
DOCSUBDIR+=	ppp
SGMLOPTS+=      -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr


.if defined $(NEW_BUILD)
SUBDIR=
.endif
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
DOCSUBDIR=
.endif

WEBBASE?=	/data/

.include "../web.mk"
@


1.18
log
@Remove docproj-primer from SUBDIR, add to DOCSUBDIR.  Reorder DOCSUBDIR.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.17 1999/04/26 21:45:30 nik Exp $
@


1.17
log
@Added docproj-primer to the SUBDIR list.  Reformatted the SUBDIR list.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.16 1998/08/04 14:24:23 wosch Exp $
a6 1
SUBDIR+=        docproj-primer
d11 3
a13 1
DOCSUBDIR=	ddwg ppp
@


1.16
log
@Fix links due repository copy.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.15 1998/08/03 14:44:26 wosch Exp $
d4 8
a11 1
SUBDIR=		devel diskformat disklessx fonts mh multios newuser
@


1.15
log
@Set WEBBASE variable.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.14 1998/07/24 13:31:04 nik Exp $
d16 1
a16 1
WEBBASE?=	/data/tutorials
@


1.14
log
@Remove the listing for my "make world" tutorial. Nothing on the site seems
to link to it any more, and the version on my website is currently more
up to date. An AltaVista search to see if any one else had linked to it
didn't turn up anything, so I think this is pretty safe. I'll 'cvs remove'
the directory and its files shortly.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.13 1998/04/16 08:53:48 wosch Exp $
d15 2
@


1.13
log
@Add new variable DOCBOOK_ONLY. If set and not empty, the linuxdoc tutorials
are not build.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.12 1998/01/18 22:27:43 jfieber Exp $
d4 1
a4 1
SUBDIR=		devel diskformat disklessx fonts mh multios newuser upgrade
@


1.12
log
@In the process of re-constructing the FreeBSD web site automatic-update,
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -> ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.11 1997/09/13 04:24:09 jfieber Exp $
d11 3
@


1.11
log
@New disk formatting tutorial.

Submitted by:	dwhite@@resnet.uoregon.edu
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.10 1997/07/01 03:52:20 max Exp $
d6 2
@


1.10
log
@Add $Id$.
Also, separate the header section from the body by inserting a blank line.
@
text
@d1 1
a1 1
# $Id$
d4 1
a4 1
SUBDIR=		devel disklessx fonts mh multios newuser upgrade
@


1.9
log
@Link in the new upgrade tutorial.
@
text
@d1 2
@


1.8
log
@Allow DOCS and SUBDIR to be overriden (same fix for building from
new structure as was done for the releases).
@
text
@d2 1
a2 1
SUBDIR=		devel disklessx fonts mh multios newuser
@


1.7
log
@Another tutorial converted to Docbook.
@
text
@d1 1
a1 1
DOCS=		index.sgml
d4 4
@


1.6
log
@Fonts tutorial goes from linuxdoc to docbook.
@
text
@d2 2
a3 2
SUBDIR=		devel disklessx fonts mh newuser
DOCSUBDIR=	ddwg multios ppp
@


1.5
log
@Oops, mh is now an ordinary SUBDIR instead of a DOCSUBDIR.
@
text
@d2 2
a3 2
SUBDIR=		devel disklessx mh newuser
DOCSUBDIR=	ddwg fonts multios ppp
@


1.4
log
@Another tutorial switches to docbook.
@
text
@d2 2
a3 2
SUBDIR=		devel disklessx newuser
DOCSUBDIR=	ddwg fonts mh multios ppp
@


1.3
log
@The first of the tutorials to be docbookified.
@
text
@d2 2
a3 2
SUBDIR=		disklessx newuser
DOCSUBDIR=	ddwg devel fonts mh multios ppp
@


1.2
log
@Steve Sims's "Pedantic PPP Primer" (I thought I comitted this 3 days ago;
whoops!  Sorry, Steve!) tutorial.
Submitted by:	Steve Sims <SimsS@@IBM.NET>
@
text
@d2 3
a4 2
SUBDIR=		disklessx
DOCSUBDIR=	ddwg devel fonts mh multios newuser ppp
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
DOCSUBDIR=	ddwg devel fonts mh multios newuser
@


1.1.1.1
log
@Web pages, may I introduce you to CVS.  CVS, these are the web pages.

Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
@
text
@@
