head	1.6;
access;
symbols
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5;
locks; strict;
comment	@# @;


1.6
date	2001.06.11.01.16.58;	author ache;	state dead;
branches;
next	1.5;

1.5
date	99.09.06.06.52.36;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	99.09.03.17.40.10;	author nik;	state Exp;
branches;
next	1.3;

1.3
date	99.08.29.00.02.17;	author jhb;	state Exp;
branches;
next	1.2;

1.2
date	99.08.16.22.09.06;	author nik;	state Exp;
branches;
next	1.1;

1.1
date	97.09.13.04.24.23;	author jfieber;	state Exp;
branches;
next	;


desc
@@


1.6
log
@ISO_* -> ISO* rename
@
text
@# $FreeBSD: doc/en_US.ISO_8859-1/articles/formatting-media/Makefile,v 1.5 1999/09/06 06:52:36 peter Exp $

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS= article.sgml

DOC_PREFIX?= ${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.5
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Use the new doc.project.mk file, and ${.CURDIR}.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1999/08/29 00:02:17 jhb Exp $
@


1.3
log
@Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1999/08/16 22:09:06 nik Exp $
d12 1
a12 1
DOC_PREFIX?= ../../..
d14 1
a14 1
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.2
log
@The new Makefile framework.  Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1997/07/01 05:38:13 max Exp $
d14 1
a14 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.1
log
@New disk formatting tutorial.

Submitted by:	dwhite@@resnet.uoregon.edu
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1997/07/01 05:38:15 max Exp $
d3 1
a3 2
DOCS=	diskformat.docb
INDEXLINK=	diskformat.html
d5 1
a5 1
.include "../../web.mk"
d7 8
@

