mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
baed4b0a2f
commit
56a5a890b5
2 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ BUILT_SOURCES = \
|
||||||
$(nodist_libwayland_client_la_SOURCES) \
|
$(nodist_libwayland_client_la_SOURCES) \
|
||||||
$(nodist_headers_test_SOURCES)
|
$(nodist_headers_test_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES) doc/doxygen/doxygen_sqlite3.db
|
||||||
DISTCLEANFILES = src/wayland-version.h
|
DISTCLEANFILES = src/wayland-version.h
|
||||||
EXTRA_DIST = src/wayland-version.h.in
|
EXTRA_DIST = src/wayland-version.h.in
|
||||||
|
|
||||||
|
|
|
||||||
1
doc/doxygen/.gitignore
vendored
1
doc/doxygen/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
|
doxygen_sqlite3.db
|
||||||
wayland.doxygen
|
wayland.doxygen
|
||||||
xml/
|
xml/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue