mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
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>
This commit is contained in:
parent
d224714afd
commit
bcafc467c5
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue