On Wed, Apr 03, 2013 at 09:57:47PM +0200, Quentin Glidic wrote: > On 03/04/2013 07:34, Peter Hutterer wrote: > [snip] > >-man3_MANS= $(client_MANPAGES) $(server_MANPAGES) > >+man3_MANS= $(shell find man/man3/ -name "wl_*.3" -printf "man/man3/%P\n") > > You should use dist_man3_MANS here. > > > xml/client/index.xml: $(scanned_src_files_client) wayland.doxygen > > $(AM_V_GEN)$(MKDIR_P) xml/client > >@@ -84,8 +35,11 @@ doxygen.man: $(scanned_src_files_client) > >$(scanned_src_files_server) > > echo "INPUT= $^"; \ > > ) | doxygen - > > > >-$(client_MANPAGES) $(server_MANPAGES): doxygen.man > >+# there is no man-local > >+all-local: doxygen.man > > > > clean-local: > > rm -rf xml/ > > rm -rf man/ > >+ > >+EXTRA_DIST = $(man3_MANS) > > And drop EXTRA_DIST then.
oh right, thanks. I knew something didn't feel right about this. fixed locally, will be in the next patch revision. Cheers, Peter _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
