[gegl] make off-root distcheck pick up more files it needs
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] make off-root distcheck pick up more files it needs
- Date: Mon, 26 Nov 2012 16:03:37 +0000 (UTC)
commit a28007b0a37c603f4b1c8402e8dba5c343ee10bc
Author: Nils Philippsen <nils redhat com>
Date: Mon Nov 26 16:34:13 2012 +0100
make off-root distcheck pick up more files it needs
docs/Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 548436d..59521a3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -58,8 +58,6 @@ HTML_FILES += $(ENSCRIPT_FILES)
GTKDOC_FILES += $(ENSCRIPT_FILES)
endif
-BUILT_EXTRA_DIST = class-hierarchy.html operations.html $(ASC_DOC)
-
if HAVE_ASCIIDOC
HTML_FILES += $(ASC_DOC)
endif
@@ -78,7 +76,10 @@ EXTRA_DIST = \
images/standard-aux.png \
index.txt.in
-EXAMPLE_FILES = $(wildcard images/examples/*.png)
+BUILT_EXTRA_DIST = class-hierarchy.html operations.html $(ASC_DOC)
+EXTRA_DIST += $(BUILT_EXTRA_DIST)
+
+EXAMPLE_FILES = $(wildcard $(srcdir)/images/examples/*.png)
EXTRA_DIST += $(EXAMPLE_FILES)
dist_gtkdochtml_DATA = $(GTKDOC_FILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]