summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-11-13 22:53:49 +0100
committerDaniel Stone <daniels@collabora.com>2020-06-05 11:05:20 +0000
commit3feed6e723154dcb045e589f161a76d4ff382c91 (patch)
tree663f58977cb1d39eba3c0dbdc32d8f8d06128e95 /doc
parentc81cbae3f2233f189d32927c6d33c90804f28953 (diff)
downloadwayland-3feed6e723154dcb045e589f161a76d4ff382c91.tar.gz
doc: Document libwayland-cursor with autotools
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
index 31d953c..86fd8bf 100644
--- a/doc/doxygen/Makefile.am
+++ b/doc/doxygen/Makefile.am
@@ -3,8 +3,10 @@
noinst_DATA = \
xml/Client/index.xml \
+ xml/Cursor/index.xml \
xml/Server/index.xml \
html/Client/index.html \
+ html/Cursor/index.html \
html/Server/index.html
dist_noinst_DATA = wayland.doxygen.in
@@ -17,6 +19,10 @@ scanned_src_files_Client = \
$(top_srcdir)/src/wayland-client.h \
$(top_srcdir)/src/wayland-client-core.h
+scanned_src_files_Cursor = \
+ $(top_srcdir)/cursor/wayland-cursor.c \
+ $(top_srcdir)/cursor/wayland-cursor.h
+
scanned_src_files_Server = \
$(scanned_src_files_shared) \
$(top_srcdir)/src/event-loop.c \
@@ -42,6 +48,9 @@ extra_doxygen_Client = \
$(top_builddir)/protocol/wayland-client-protocol.h \
$(extra_doxygen)
+extra_doxygen_Cursor = \
+ $(extra_doxygen)
+
diagramsdir := $(srcdir)/dot
diagramssrc := $(wildcard $(diagramsdir)/*.gv)
diagrams := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.png))
@@ -53,7 +62,7 @@ diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map))
dist_man3_MANS = $(shell test -d man && find man/man3 -name "wl_*.3" -printf "man/man3/%P\n")
# Listing various directories that might need to be created.
-alldirsrel := xml xml/Client xml/Server man/man3 html/Client html/Server
+alldirsrel := xml xml/Client xml/Server xml/Cursor man/man3 html/Client html/Server html/Cursor
alldirs := $(patsubst %,$(CURDIR)/%,$(alldirsrel))
$(diagrams): $(diagramssrc)