Fix distcheck where protocol.xsl was missing in the tarball
authorGaetan Nadon <memsize@videotron.ca>
Sat, 3 Mar 2012 22:32:57 +0000 (17:32 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 4 Mar 2012 20:01:45 +0000 (15:01 -0500)
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>
protocol/.gitignore [new file with mode: 0644]
protocol/Makefile.am

diff --git a/protocol/.gitignore b/protocol/.gitignore
new file mode 100644 (file)
index 0000000..a67e944
--- /dev/null
@@ -0,0 +1 @@
+wayland.html
index 4939557..23554d1 100644 (file)
@@ -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