diff options
Diffstat (limited to 'release/doc/share/xml/Makefile')
-rw-r--r-- | release/doc/share/xml/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/release/doc/share/xml/Makefile b/release/doc/share/xml/Makefile deleted file mode 100644 index b2c1b6db2133..000000000000 --- a/release/doc/share/xml/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -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 |