summaryrefslogtreecommitdiff
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
parent8e2cac7ae4b36a81324a744d229a3a29690c214b (diff)
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>
-rw-r--r--protocol/.gitignore1
-rw-r--r--protocol/Makefile.am5
2 files changed, 4 insertions, 2 deletions
diff --git a/protocol/.gitignore b/protocol/.gitignore
new file mode 100644
index 0000000..a67e944
--- /dev/null
+++ b/protocol/.gitignore
@@ -0,0 +1 @@
+wayland.html
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