about summary refs log tree commit diff
path: root/docs/libnm/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
committerMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
commite126f3e804c35480c4f075777430419d6ece23da (patch)
tree5d5821ebcda8cd6ac34d2483bb3354910e508930 /docs/libnm/Makefile.am
parentc240974325c552cad177c457d6ff04e381fd77a3 (diff)
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'docs/libnm/Makefile.am')
-rw-r--r--docs/libnm/Makefile.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 7aa9810e..c2bcff1b 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -1,8 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6
 
-check_local =
-
 # The name of the module
 DOC_MODULE=libnm
 
@@ -34,8 +32,7 @@ CFILE_GLOB=$(top_srcdir)/libnm-core/*.c $(top_srcdir)/libnm/*.c
 # Header files to ignore when scanning.
 IGNORE_HFILES= \
 	common.h \
-	nm-crypto.h \
-	nm-crypto-impl.h \
+	crypto.h \
 	nm-dbus-helpers.h \
 	nm-core-internal.h \
 	nm-core-types-internal.h \
@@ -96,13 +93,3 @@ CLEANFILES += \
 	tmpl/* \
 	xml/*
 
-if GTK_DOC_BUILD_HTML
-check-local-gtk-doc-patch:
-	@if grep -q -F '<a href="libnm-nm-setting-user.html">nm-setting-user</a>' "$(top_builddir)/docs/libnm/html/index.html"; then \
-		echo "WARNING: The generated documentation has issues. Patch your gtk-doc (see https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/2). Let this check fail with NMTST_CHECK_GTK_DOC=1"; \
-		test "$$NMTST_CHECK_GTK_DOC" != 1; \
-	fi
-check_local += check-local-gtk-doc-patch
-endif
-
-check-local: $(check_local)