Moved to updated gettext and did some tweaking for make distcheck
[projects/chimara/chimara.git] / docs / reference / Makefile.am
index b53526fb095a089ca964b9d5a90392eebb416167..77789f74f24a6581d5f66f50a06651a88f0de786 100644 (file)
@@ -112,9 +112,10 @@ EXTRA_DIST += version.xml.in
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 # for --rebuild-sections in $(SCAN_OPTIONS), e.g. $(DOC_MODULE)-sections.txt
-# DISTCLEANFILES +=
+DISTCLEANFILES = $(DOC_MODULE)-overrides.txt
 
 # Comment this out if you want your docs-status tested during 'make check'
-# TESTS_ENVIRONMENT = cd $(srcsrc)
-# TESTS = $(GTKDOC_CHECK)
-
+if ENABLE_GTK_DOC
+TESTS_ENVIRONMENT = cd $(srcdir) &&
+TESTS = $(GTKDOC_CHECK)
+endif