[gtk-doc] Restore HTML_IMAGES to EXTRA_DIST
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Restore HTML_IMAGES to EXTRA_DIST
- Date: Thu, 7 Apr 2011 19:23:38 +0000 (UTC)
commit a938ba9ba1212fc490e351cfd7d6574a2bff29f2
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date: Tue Apr 5 20:58:40 2011 -0500
Restore HTML_IMAGES to EXTRA_DIST
Commit 7d083dacd622d061d12fc60046135897fc2102fc removed HTML_IMAGES from
SETUP_FILES in order to handle the case where an image file is created
at build time in the builddir. However, this caused HTML_IMAGES to be
removed from EXTRA_DIST as well, resulting in HTML_IMAGES not being
shipped in tarballs built with gtk-doc 1.17, and if built with
--enable-gtk-doc, the build of such packages fails.
gtk-doc.make | 1 +
gtk-doc.notmpl.make | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk-doc.make b/gtk-doc.make
index f5c53c7..4baf218 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -30,6 +30,7 @@ SETUP_FILES = \
$(DOC_MODULE)-overrides.txt
EXTRA_DIST = \
+ $(HTML_IMAGES) \
$(SETUP_FILES)
DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
diff --git a/gtk-doc.notmpl.make b/gtk-doc.notmpl.make
index 4450835..741ee82 100644
--- a/gtk-doc.notmpl.make
+++ b/gtk-doc.notmpl.make
@@ -30,6 +30,7 @@ SETUP_FILES = \
$(DOC_MODULE)-overrides.txt
EXTRA_DIST = \
+ $(HTML_IMAGES) \
$(SETUP_FILES)
DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]