summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-02-24 21:54:06 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-02-24 21:54:06 +0000
commit531571fa6e1df8ce1e095ef7444105e549a1682b (patch)
treef05c7408507a2968f3aa54302f74a0e7497fa6a9
parent1bc684ac1ac375887d52b4b84d97ce009d92428f (diff)
downloadglibmm-531571fa6e1df8ce1e095ef7444105e549a1682b.tar.gz
dist xml/index.xml to satisfy build-deps for building the devhelp book
* docs/reference/Makefile.am: dist xml/index.xml to satisfy build-deps for building the devhelp book from the tarball. Fixes distcheck. svn path=/trunk/; revision=619
-rw-r--r--ChangeLog5
-rw-r--r--docs/reference/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d0ddd84..bf83ffb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2.15.6:
+2008-02-24 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * docs/reference/Makefile.am: dist xml/index.xml to satisfy build-deps for
+ building the devhelp book from the tarball. Fixes distcheck.
+
2008-02-24 Marko Anastasov <marko.anastasov@gmail.com>
* gio/src/inputstream.hg: Updated the todo regarding read().
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index c8adc87c..16d5a8af 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -18,7 +18,8 @@ web_path_reference = $(web_path_docs)reference
EXTRA_DIST = README Doxyfile.in \
glibmm_header.html_fragment glibmm_footer.html_fragment beautify_docs.pl \
- html glibmm_doxygen_tags libstdc++.tag.xml $(devhelp_stylesheet) $(devhelp_file)
+ html glibmm_doxygen_tags libstdc++.tag.xml $(devhelp_stylesheet) $(devhelp_file) \
+ xml/index.xml #Just to satisfy the dependency when building from the tarball.
#Ideally, libstdc++.tag.xml would be installed by gcc, instead of being copied into every project.