wayland/doc
Bryce W. Harrington 7af5920031 doc: Quell warnings about missing man3 directory before its been built
The shell command for dist_man3_MANS gets invoked several times during
the make process but before the man pages have been generated, which
causes the following warnings when running `make`:

    find: `man/man3': No such file or directory
    find: `man/man3': No such file or directory
    find: `man/man3': No such file or directory
      GEN    xml/client/index.xml

Despite these error messages, the generated dist tarball contains the
man3 pages as intended, both before and after this patch.

    $ make dist
    $ tar xxf wayland-1.5.90.tar.xz
    $ find wayland-1.5.90/doc/doxygen/man/man3 -name "wl_*.3" | wc -l
    85

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
2014-09-05 11:53:13 +03:00
..
doxygen doc: Quell warnings about missing man3 directory before its been built 2014-09-05 11:53:13 +03:00
man doc: Capitalize all Wayland occurrences 2013-04-04 16:57:07 -04:00
publican doc/publican: stop excessive rebuilds 2014-09-03 16:25:27 +03:00
Contributing doc: Add a small contributing guide 2013-06-18 01:29:01 -04:00
Makefile.am doc: Add a small contributing guide 2013-06-18 01:29:01 -04:00