mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-27 07:58:47 -04: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
|
noinst_DATA = xml/index.xml
|
||||||
dist_noinst_DATA = wayland.doxygen.in
|
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
|
doxygen wayland.doxygen
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue