[PATCH] protocol: fix make distcheck
Christopher Michael
cpmichael1 at comcast.net
Tue Feb 28 21:51:49 PST 2012
On 02/28/2012 09:50 PM, Peter Hutterer wrote:
> Distribute all source files that we need for buildling.
> Plus, remove the html file on make clean.
>
> Signed-off-by: Peter Hutterer<peter.hutterer at who-t.net>
> ---
> 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
patches like this are almost always good :)
devilhorns
More information about the wayland-devel
mailing list