diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 276a395..97f25e6 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -49,7 +49,8 @@ diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map)) # find all man/man3/wl_foo.3 pages # for this to work, we need to create them before the man target (hence # all-local below) -dist_man3_MANS = $(shell test -d man && find man/man3 -name "wl_*.3" -printf "man/man3/%P\n") +dist_man3_MANS = $(shell test -d man && find man/man3 -name "wl_*.3" -printf "man/man3/%P\n") \ + $(shell test -d man && find man/man3 -name "wayland-*.[c|h].3" -printf "man/man3/%P\n") # Listing various directories that might need to be created. alldirs := xml xml/Client xml/Server man/man3 html/Client html/Server