From: Uli Schlachter Date: Fri, 5 Oct 2012 09:23:26 +0000 (+0200) Subject: Include static man pages in "make dist" X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=4f52f884f42b72087f3323f2bab204223664a488;hp=4f52f884f42b72087f3323f2bab204223664a488;p=free-sw%2Fxcb%2Flibxcb Include static man pages in "make dist" This was found by distcheck. It tried to install src/man/xcb-examples.3 and src/man/xcb-requests.3, but those files weren't in the distribution. Fix this by explicitly telling automake to distribute those files. Signed-off-by: Uli Schlachter ---