[PATCH wayland] docs: remove and ignore doc/doxygen_sqlite3.db
Jon A. Cruz
jonc at osg.samsung.com
Thu May 28 14:35:21 PDT 2015
On 05/28/2015 08:19 AM, Derek Foreman wrote:
> Some newer versions of doxygen are generating this file now, and if
> we don't clean it up distcheck will fail.
>
> Known to affect doxygen 1.8.8 from debian jessie.
>
> Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
Looks good.
Reviewed-by: Jon A. Cruz <jonc at osg.samsung.com>
Tested-by: Jon A. Cruz <jonc at osg.samsung.com>
> ---
> Makefile.am | 2 +-
> doc/doxygen/.gitignore | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index c19494f..0ea300a 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -96,7 +96,7 @@ BUILT_SOURCES = \
> $(nodist_libwayland_client_la_SOURCES) \
> $(nodist_headers_test_SOURCES)
>
> -CLEANFILES = $(BUILT_SOURCES)
> +CLEANFILES = $(BUILT_SOURCES) doc/doxygen/doxygen_sqlite3.db
> DISTCLEANFILES = src/wayland-version.h
> EXTRA_DIST = src/wayland-version.h.in
>
> diff --git a/doc/doxygen/.gitignore b/doc/doxygen/.gitignore
> index 5f82598..730a1ef 100644
> --- a/doc/doxygen/.gitignore
> +++ b/doc/doxygen/.gitignore
> @@ -1,2 +1,3 @@
> +doxygen_sqlite3.db
> wayland.doxygen
> xml/
>
More information about the wayland-devel
mailing list