summaryrefslogtreecommitdiffstats
path: root/release/doc/share/sgml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/share/sgml/Makefile')
-rw-r--r--release/doc/share/sgml/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/release/doc/share/sgml/Makefile b/release/doc/share/sgml/Makefile
new file mode 100644
index 0000000..8592fd0
--- /dev/null
+++ b/release/doc/share/sgml/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+RELN_ROOT?= ${.CURDIR}/../..
+
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
+
+dev-auto.sgml: ${MAN4PAGES} ${ARCHLIST} ${RELN_ROOT}/share/misc/man2hwnotes.pl catalog-auto
+ ${PERL} ${RELN_ROOT}/share/misc/man2hwnotes.pl -a ${ARCHLIST} \
+ ${MAN4PAGES} > ${.TARGET}
+
+catalog-auto:
+ ${ECHO_CMD} 'PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"' \
+ '"dev-auto.sgml"' > ${.TARGET}
+
+all: dev-auto.sgml
OpenPOWER on IntegriCloud