From 5bcf5578a70f16f87c595560b0793e208b823c6c Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Thu, 1 Feb 2018 16:13:33 +0100 Subject: Fix the name of the generated .devhelp2 files https://bugs.freedesktop.org/show_bug.cgi?id=104903 --- common-modified/gtk-doc-plugins.mak | 2 +- common-modified/gtk-doc.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-modified/gtk-doc-plugins.mak b/common-modified/gtk-doc-plugins.mak index 82dbad46..a50107f0 100644 --- a/common-modified/gtk-doc-plugins.mak +++ b/common-modified/gtk-doc-plugins.mak @@ -212,7 +212,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ - cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE)-@GST_API_VERSION@ $(DOC_MAIN_SGML_FILE) + cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) @rm -f html/$(DOC_MAIN_SGML_FILE) @rm -rf html/xml @rm -f html/version.entities diff --git a/common-modified/gtk-doc.mak b/common-modified/gtk-doc.mak index 37542ec2..7caeb8bf 100644 --- a/common-modified/gtk-doc.mak +++ b/common-modified/gtk-doc.mak @@ -147,7 +147,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) if test "$(?)" = "0"; then \ mkhtml_options=--path="$(abs_srcdir)"; \ fi; \ - cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE)-@GST_API_VERSION@ ../$(DOC_MAIN_SGML_FILE) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @rm -rf html/xml @rm -f version.entities @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) $(abs_builddir)/html ) -- cgit v1.2.1