From a9709552a652eed505e2a507dd8902b7286e8280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 11 Dec 2011 16:07:44 +0000 Subject: [PATCH] docs: fix make distcheck Set DOC_OVERRIDES, so the -overrides.txt file which is apparently created anyway, gets cleaned up properly. --- docs/libs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index e681801cf3..1ab46ff3b6 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -63,8 +63,7 @@ GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. -#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt -DOC_OVERRIDES = +DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt include $(top_srcdir)/common/gtk-doc.mak