head	1.3;
access;
symbols
	RELENG_8_4:1.2.0.2
	RELENG_9_1_0_RELEASE:1.1.4.4
	RELENG_8:1.1.0.6
	RELENG_9_1:1.1.0.4
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2013.05.18.00.32.11;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.01.50.16;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.10.01.11.26.49;	author gabor;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1;
next	;

1.2.2.1
date	2012.11.17.01.50.16;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2013.03.28.13.03.29;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1
date	2012.10.02.06.37.46;	author gabor;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.10.02.06.37.46;	author gabor;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.11.36.30;	author svnexp;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2013.06.16.19.03.26;	author svnexp;	state Exp;
branches;
next	;

1.1.4.1
date	2012.10.11.15.49.42;	author gabor;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2012.10.11.15.49.42;	author gabor;	state Exp;
branches;
next	1.1.4.3;

1.1.4.3
date	2012.11.17.08.47.19;	author svnexp;	state Exp;
branches;
next	1.1.4.4;

1.1.4.4
date	2012.11.30.16.19.19;	author svnexp;	state dead;
branches;
next	;

1.1.6.1
date	2012.10.19.03.01.25;	author gjb;	state dead;
branches;
next	1.1.6.2;

1.1.6.2
date	2012.10.19.03.01.25;	author gjb;	state Exp;
branches;
next	1.1.6.3;

1.1.6.3
date	2012.11.17.10.36.14;	author svnexp;	state Exp;
branches;
next	1.1.6.4;

1.1.6.4
date	2013.06.06.05.21.44;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250746
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/release/doc/share/xml/Makefile 250746 2013-05-17 18:53:29Z gabor $

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

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

dev-auto.ent: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD}
	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}

all: dev-auto.ent
@


1.2
log
@Switching exporter and resync
@
text
@d1 1
a1 1
# $FreeBSD: head/release/doc/share/xml/Makefile 241096 2012-10-01 11:26:49Z gabor $
d8 1
a8 1
dev-auto.xml: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD} catalog-auto
d11 1
a11 5
catalog-auto:
	${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
		'"dev-auto.xml"' > ${.TARGET}

all: dev-auto.xml
@


1.2.2.1
log
@file Makefile was added on branch RELENG_8_4 on 2013-03-28 13:03:29 +0000
@
text
@d1 15
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 15
# $FreeBSD: releng/8.4/release/doc/share/xml/Makefile 241718 2012-10-19 03:01:25Z gjb $

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

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

dev-auto.xml: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD} catalog-auto
	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}

catalog-auto:
	${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
		'"dev-auto.xml"' > ${.TARGET}

all: dev-auto.xml
@


1.1
log
@SVN rev 241096 on 2012-10-01 11:26:49Z by gabor

- Rename .sgml files to .xml to track the recent doc changes

MFC after:	1 day
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.6.1
log
@file Makefile was added on branch RELENG_8 on 2012-10-19 03:02:44 +0000
@
text
@d1 15
@


1.1.6.2
log
@SVN rev 241718 on 2012-10-19 03:01:25Z by gjb

- Rename .sgml files to .xml to track the recent doc changes.
- Fix Makefiles and entities where necessary to get build to
  complete without errors.

*** NOTE: This is _NOT_ an MFC, but direct commit to stable/8. ***

Hat:		doceng
@
text
@a0 15
# $FreeBSD$

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

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

dev-auto.xml: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD} catalog-auto
	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}

catalog-auto:
	${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
		'"dev-auto.xml"' > ${.TARGET}

all: dev-auto.xml
@


1.1.6.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242909
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242909 | dim | 2012-11-12 07:47:19 +0000 (Mon, 12 Nov 2012) | 20 lines
## SVN ##
## SVN ## MFC r242625:
## SVN ##
## SVN ## Remove duplicate const specifiers in many drivers (I hope I got all of
## SVN ## them, please let me know if not).  Most of these are of the form:
## SVN ##
## SVN ## static const struct bzzt_type {
## SVN ##       [...list of members...]
## SVN ## } const bzzt_devs[] = {
## SVN ##       [...list of initializers...]
## SVN ## };
## SVN ##
## SVN ## The second const is unnecessary, as arrays cannot be modified anyway,
## SVN ## and if the elements are const, the whole thing is const automatically
## SVN ## (e.g. it is placed in .rodata).
## SVN ##
## SVN ## I have verified this does not change the binary output of a full kernel
## SVN ## build (except for build timestamps embedded in the object files).
## SVN ##
## SVN ## Reviewed by:	yongari, marius
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/8/release/doc/share/xml/Makefile 241718 2012-10-19 03:01:25Z gjb $
@


1.1.6.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251448
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/8/release/doc/share/xml/Makefile 251448 2013-06-06 05:17:51Z hrs $
d8 1
a8 1
dev-auto.ent: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD}
d11 5
a15 1
all: dev-auto.ent
@


1.1.4.1
log
@file Makefile was added on branch RELENG_9_1 on 2012-10-11 22:24:33 +0000
@
text
@d1 15
@


1.1.4.2
log
@SVN rev 241445 on 2012-10-11 15:49:42Z by gabor

MFC r241096:
  - Rename files to track the XML migration in the doc tree and make the
    release notes build again

Approved by:	re (hrs)
@
text
@a0 15
# $FreeBSD$

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

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

dev-auto.xml: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD} catalog-auto
	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}

catalog-auto:
	${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
		'"dev-auto.xml"' > ${.TARGET}

all: dev-auto.xml
@


1.1.4.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/release/doc/share/xml/Makefile 241096 2012-10-01 11:26:49Z gabor $
@


1.1.4.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243705
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243705 | hrs | 2012-11-30 16:15:35 +0000 (Fri, 30 Nov 2012) | 18 lines
## SVN ##
## SVN ## - Bump versions and revert XML migration of the release documents in
## SVN ##   releng/9.1 branch.  The doc tree release/9.1.0 for this release still uses
## SVN ##   SGML toolchain[1].
## SVN ##
## SVN ## - Add SVNROOT{BASE,SRC,DOC,PORTS} for subversion repository URLs and
## SVN ##   BRANCH{SRC,DOC,PORTS} for the branches to generate-release.sh, and
## SVN ##   remove -p, -r, -d options.  The revision to be built should be specified
## SVN ##   in the URL.
## SVN ##
## SVN ## - Add {WORLD,KERNEL}_FLAGS to generate-release.sh.  These were supported in
## SVN ##   the old release build framework.
## SVN ##
## SVN ## - Disable to use binary package for docproj port during a release build.
## SVN ##   This package should be built successfully.
## SVN ##
## SVN ## Pointy hat to:	hrs [1]
## SVN ## Approved by:	re (implicitly)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-10-02 06:38:46 +0000
@
text
@d1 15
@


1.1.2.2
log
@SVN rev 241122 on 2012-10-02 06:37:46Z by gabor

MFC r241096:
  - Rename .sgml files to .xml to track the recent doc changes
@
text
@a0 15
# $FreeBSD$

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

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

dev-auto.xml: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD} catalog-auto
	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}

catalog-auto:
	${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
		'"dev-auto.xml"' > ${.TARGET}

all: dev-auto.xml
@


1.1.2.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/release/doc/share/xml/Makefile 241096 2012-10-01 11:26:49Z gabor $
@


1.1.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251816
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/release/doc/share/xml/Makefile 251816 2013-06-16 18:59:07Z hrs $
d8 1
a8 1
dev-auto.ent: ${MAN4PAGES} ${ARCHLIST} ${MAN2HWNOTES_CMD}
d11 5
a15 1
all: dev-auto.ent
@


