[gxml] * distcheck: miscellaneous fixes
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * distcheck: miscellaneous fixes
- Date: Thu, 23 Aug 2012 00:08:14 +0000 (UTC)
commit 48b3c4a77d1ff6309170af91c4c10cde8a98ab9d
Author: Richard Schwarting <aquarichy gmail com>
Date: Wed Aug 22 20:06:24 2012 -0400
* distcheck: miscellaneous fixes
docs/Makefile.am | 2 +-
vapi/Makefile.am | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1da70cd..6efcd67 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -87,9 +87,9 @@ gxml_doc_deps = \
valadoc_flags_gxml = \
$(valadoc_flags) \
-X $(top_srcdir)/gxml/gxml.h \
+ $(addprefix --pkg=,$(gxml_doc_deps)) \
--vapidir=$(top_srcdir)/gxml \
--vapidir=$(top_srcdir)/vapi \
- $(addprefix --pkg=,$(gxml_doc_deps)) \
--wiki=$(top_srcdir)/docs/wiki \
$(gxml_doc_files) \
$(NULL)
diff --git a/vapi/Makefile.am b/vapi/Makefile.am
index d614b25..2bc4fc0 100644
--- a/vapi/Makefile.am
+++ b/vapi/Makefile.am
@@ -1,3 +1,5 @@
dist_noinst_DATA = \
- config.vapi \
- libxml-2.0.vapi
+ config.vapi
+
+gxml_vapi.stamp: libxml-2.0.vapi glib-2.0.vapi
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]