wayland/protocol/Makefile.am
Gaetan Nadon bbddbc4829 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>
2012-03-04 15:01:45 -05:00

10 lines
250 B
Makefile

if HAVE_XSLTPROC
doc_DATA = wayland.html
dist_doc_DATA = wayland-protocol.css wayland.xml protocol.xsl
wayland.html: wayland.xml protocol.xsl
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
CLEANFILES = wayland.html
endif