From: Emmanuel Gil Peyrot Date: Wed, 13 Nov 2019 21:53:49 +0000 (+0100) Subject: doc: Document libwayland-cursor with autotools X-Git-Tag: 1.18.91~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3feed6e723154dcb045e589f161a76d4ff382c91;p=platform%2Fupstream%2Fwayland.git doc: Document libwayland-cursor with autotools Signed-off-by: Emmanuel Gil Peyrot --- 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)