mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-09 10:06:53 -05:00
doc: Update doxygen documentation when source files are changed
This commit is contained in:
parent
818bb399b0
commit
68c4136a07
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
noinst_DATA = xml/index.xml
|
||||
dist_noinst_DATA = wayland.doxygen.in
|
||||
|
||||
xml/index.xml:
|
||||
scanned_src_files = \
|
||||
$(top_srcdir)/src/wayland-client.c \
|
||||
$(top_srcdir)/src/wayland-client.h
|
||||
|
||||
xml/index.xml: $(scanned_src_files)
|
||||
doxygen wayland.doxygen
|
||||
|
||||
clean-local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue