diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-29 10:40:53 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-29 12:29:08 +1000 |
| commit | bcafc467c50467026b3ea2c185903dc8775a8fef (patch) | |
| tree | 7e0dd2e5408f42cf733896aa645672f755858f79 /protocol | |
| parent | Allow update function to not be set in wl_display_get_fd (diff) | |
| download | wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar.gz wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar.bz2 wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar.lz wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar.xz wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.tar.zst wayland-bcafc467c50467026b3ea2c185903dc8775a8fef.zip | |
protocol: fix make distcheck
Distribute all source files that we need for buildling.
Plus, remove the html file on make clean.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am index 9c6cc49..4939557 100644 --- a/protocol/Makefile.am +++ b/protocol/Makefile.am @@ -1,7 +1,8 @@ if HAVE_XSLTPROC -doc_DATA = wayland.html wayland-protocol.css +dist_doc_DATA = wayland.html wayland-protocol.css wayland.xml -wayland.html: wayland.xml protocol.xsl - $(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@ +wayland.html: $(srcdir)/wayland.xml $(srcdir)/protocol.xsl + $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@ +CLEANFILES = wayland.html endif |
