summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-12 13:06:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-18 19:24:23 +0100
commit14dab0789e3da38d94249abb536ca56f7fd94cbb (patch)
treef6d10a074548af925b7822256f9218ffdbd07a75 /doc
parent53af0b903cf2a5c0fa7b948b1799d4c547889827 (diff)
downloaddbus-14dab0789e3da38d94249abb536ca56f7fd94cbb.tar.gz
Install diagram.*, system-activation.txt to the $(docdir)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8af7faf0..7648a8b1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,16 +28,18 @@ DTDS = \
busconfig.dtd \
introspect.dtd
-STATIC_DOCS = \
+dist_doc_DATA = \
diagram.png \
diagram.svg \
+ system-activation.txt
+
+STATIC_DOCS = \
dbus-faq.xml \
dbus-specification.xml \
dbus-test-plan.xml \
dbus-tutorial.xml \
dcop-howto.txt \
introspect.xsl \
- system-activation.txt \
$(DTDS)
EXTRA_DIST = \
@@ -115,10 +117,11 @@ BONUS_FILES = \
$(top_srcdir)/COPYING \
$(top_srcdir)/ChangeLog
-dbus-docs: $(STATIC_DOCS) $(dist_html_DATA) $(MAN_HTML_FILES) $(BONUS_FILES) doxygen.stamp
+dbus-docs: $(STATIC_DOCS) $(dist_doc_DATA) $(dist_html_DATA) $(MAN_HTML_FILES) $(BONUS_FILES) doxygen.stamp
$(AM_V_at)rm -rf $@
$(AM_V_GEN)$(MKDIR_P) $@/api
$(AM_V_at)cp $(STATIC_DOCS) $@
+ $(AM_V_at)cp $(dist_doc_DATA) $@
$(AM_V_at)cp $(dist_html_DATA) $@
$(AM_V_at)cp $(MAN_HTML_FILES) $@
$(AM_V_at)cp $(BONUS_FILES) $@