aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-03-03 17:32:57 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-03-04 15:01:45 -0500
commitbbddbc482979817d734c0eb46942b1b689b70cb9 (patch)
tree4256fd9dfe0a52c897d040eaace9ec609018d7cb /protocol/Makefile.am
parentAdd wl_array_for_each (diff)
downloadwayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar.gz
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar.bz2
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar.lz
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar.xz
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.tar.zst
wayland-bbddbc482979817d734c0eb46942b1b689b70cb9.zip
Fix distcheck where protocol.xsl was missing in the tarball
To reproduce, invoke distcheck from an out-of-source tree. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'protocol/Makefile.am')
-rw-r--r--protocol/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
index 4939557..23554d1 100644
--- a/protocol/Makefile.am
+++ b/protocol/Makefile.am
@@ -1,7 +1,8 @@
if HAVE_XSLTPROC
-dist_doc_DATA = wayland.html wayland-protocol.css wayland.xml
+doc_DATA = wayland.html
+dist_doc_DATA = wayland-protocol.css wayland.xml protocol.xsl
-wayland.html: $(srcdir)/wayland.xml $(srcdir)/protocol.xsl
+wayland.html: wayland.xml protocol.xsl
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
CLEANFILES = wayland.html