summary refs log tree commit diff
path: root/docs/api/Makefile.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-11-18 17:48:09 +0100
committerMichael Biebl <biebl@debian.org>2022-11-18 17:48:09 +0100
commit913bcb40f6c699f8a38351c69e7ea263fe78f71f (patch)
tree79508469b79e31338d898459da15070e2a62b049 /docs/api/Makefile.in
parent9f101839d9e64df832e9e43c5181887369c46a7e (diff)
New upstream version 1.40.4 upstream/1.40.4
Diffstat (limited to 'docs/api/Makefile.in')
-rw-r--r--docs/api/Makefile.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/api/Makefile.in b/docs/api/Makefile.in
index dfa37d09..3ba87ce5 100644
--- a/docs/api/Makefile.in
+++ b/docs/api/Makefile.in
@@ -457,8 +457,6 @@ AUTOMAKE_OPTIONS = 1.7
 XMLS = $(wildcard $(top_srcdir)/introspection/nm-*.xml)
 GENERATED_FILES = $(am__append_1)
 
-####################################
-
 # The name of the module.
 DOC_MODULE = NetworkManager
 
@@ -550,8 +548,6 @@ SETUP_FILES = \
 	$(DOC_MODULE)-sections.txt	\
 	$(DOC_MODULE)-overrides.txt
 
-
-####################################
 EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in \
 	settings-spec.xsl meson.build $(GENERATED_FILES) $(NULL)
 DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
@@ -815,14 +811,6 @@ uninstall-am: uninstall-local
 .PRECIOUS: Makefile
 
 
-@BUILD_DOCS_TRUE@settings-spec.xml: settings-spec.xsl $(top_builddir)/man/nm-settings-docs-dbus.xml
-@BUILD_DOCS_TRUE@	$(AM_V_GEN) (! test -f $@ || chmod u+w $@) && xsltproc --output $@ $^
-
-# Top-level SGML file includes (depends on) settings-spec.xml
-@BUILD_DOCS_TRUE@$(DOC_MAIN_SGML_FILE): settings-spec.xml
-
-@BUILD_DOCS_TRUE@all: $(GENERATED_FILES)
-
 gtkdoc-check.test: Makefile
 	$(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
 		echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
@@ -1038,6 +1026,9 @@ setup-build.stamp:
 	fi
 	$(AM_V_at)touch setup-build.stamp
 
+settings-spec.xml: settings-spec.xsl $(top_builddir)/man/nm-settings-docs-dbus.xml
+	$(AM_V_GEN) (! test -f $@ || chmod u+w $@) && xsltproc --output $@ $^
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: