From 460b65f5b8f716fb0d5bb3ffbc64afe46b8642b7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Apr 2018 11:22:41 +0100 Subject: [PATCH 4/4] doxygen_to_devhelp: Produce Devhelp index format v2 The old version-1 format is deprecated and now produces warnings. Signed-off-by: Simon McVittie --- doc/Makefile.am | 4 ++-- doc/doxygen_to_devhelp.xsl | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index cf2b667f..b10409c5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -98,9 +98,9 @@ doxygen.stamp: $(wildcard $(top_srcdir)/dbus/*.[ch]) @touch $@ if DBUS_HAVE_XSLTPROC -html_DATA += dbus.devhelp +html_DATA += dbus.devhelp2 -dbus.devhelp: $(srcdir)/doxygen_to_devhelp.xsl doxygen.stamp +dbus.devhelp2: $(srcdir)/doxygen_to_devhelp.xsl doxygen.stamp $(XSLTPROC) -o $@ $< api/xml/index.xml endif diff --git a/doc/doxygen_to_devhelp.xsl b/doc/doxygen_to_devhelp.xsl index 6f6a79bd..fd33bcee 100644 --- a/doc/doxygen_to_devhelp.xsl +++ b/doc/doxygen_to_devhelp.xsl @@ -11,6 +11,11 @@ @@ -33,7 +38,7 @@ .html# - + -- 2.17.0