mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
8e2cac7ae4
commit
bbddbc4829
2 changed files with 4 additions and 2 deletions
1
protocol/.gitignore
vendored
Normal file
1
protocol/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
wayland.html
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue