diff options
| author | Derek Foreman <derekf@osg.samsung.com> | 2015-05-28 10:19:09 -0500 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-04 17:21:25 -0700 |
| commit | 56a5a890b5d663a2157551ed5974b9dc929749ae (patch) | |
| tree | 314abc194b81ebb6416005ad74d5ef99d1c7d043 /Makefile.am | |
| parent | configure.ac: bump version to 1.8.90 (diff) | |
| download | wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar.gz wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar.bz2 wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar.lz wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar.xz wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.tar.zst wayland-56a5a890b5d663a2157551ed5974b9dc929749ae.zip | |
docs: remove and ignore doc/doxygen_sqlite3.db
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@osg.samsung.com>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Tested-by: Jon A. Cruz <jonc@osg.samsung.com>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
