head	1.2;
access;
symbols
	RELENG_6_4_0_RELEASE:1.1.20.1
	RELENG_6_4:1.1.0.20
	RELENG_6_4_BP:1.1
	RELENG_6_3_0_RELEASE:1.1
	RELENG_6_3:1.1.0.18
	RELENG_6_3_BP:1.1
	RELENG_6_2_0_RELEASE:1.1
	RELENG_6_2:1.1.0.16
	RELENG_6_2_BP:1.1
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.14
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.1
	RELENG_6_1:1.1.0.12
	RELENG_6_1_BP:1.1
	RELENG_6_0_0_RELEASE:1.1
	RELENG_6_0:1.1.0.10
	RELENG_6_0_BP:1.1
	RELENG_6:1.1.0.8
	RELENG_6_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.6
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.07.08.12.34.28;	author netchild;	state dead;
branches;
next	1.1;

1.1
date	2004.07.11.16.13.57;	author dfr;	state Exp;
branches
	1.1.8.1
	1.1.20.1;
next	;

1.1.8.1
date	2012.11.17.07.43.43;	author svnexp;	state Exp;
branches;
next	;

1.1.20.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove after repo copy to src/tools/kerneldoc.

Requested by:	trhodes
Repo copy by:	simon
@
text
@# $FreeBSD: src/sys/doc/Makefile,v 1.1 2004/07/11 16:13:57 dfr Exp $

.PATH:	${.CURDIR}/../kern

SRCS+=		kern
SRCS+=		sys
MFILES+=	device_if.m
MFILES+=	bus_if.m

all:	${MFILES:T:S/.m/.h/} ${SRCS}
	doxygen

LN?=		ln
AWK?=		awk
S?=		${.CURDIR}/..

CLEANFILES+=	${SRCS}
.for dir in ${SRCS}
${dir}:
	${LN} -sf ${.CURDIR}/../${dir} .
.endfor

.for mfile in ${MFILES}
CLEANFILES+=	${mfile:T:S/.m$/.h/}
${mfile:T:S/.m$/.h/}: ${mfile}
	${AWK} -f $S/tools/makeobjops.awk $> -h
.endfor

clean::
	rm -f ${CLEANFILES}
@


1.1
log
@Experimental support for using doxygen to generate kernel documentation.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/doc/Makefile 131986 2004-07-11 16:13:57Z dfr $
@


1.1.20.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


