summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-09-11 18:28:23 +0200
committerBastien Nocera <hadess@hadess.net>2018-01-18 12:20:08 +0100
commitdc0988d47c4725e00c042e4e6c724b6552baa856 (patch)
tree8fd3b5f4d8b557e13e82e00d2bdc389ee34e228a /man
parentca3779467e075c2b693adf4c6034e5b5e4b9bb6a (diff)
downloadgnome-control-center-dc0988d47c4725e00c042e4e6c724b6552baa856.tar.gz
build: Remove autotools
To avoid the burden of maintaining multiple build systems, this patch removes autotools support. https://bugzilla.gnome.org/show_bug.cgi?id=785414
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
deleted file mode 100644
index 440e4d3c8..000000000
--- a/man/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-XSLTPROC_FLAGS = \
- --nonet \
- --stringparam man.output.quietly 1 \
- --stringparam funcsynopsis.style ansi \
- --stringparam man.th.extra1.suppress 1 \
- --stringparam man.authors.section.enabled 0 \
- --stringparam man.copyright.section.enabled 0
-
-.xml.1:
- $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-
-man_MANS = \
- gnome-control-center.1
-
-xml_files = $(man_MANS:.1=.xml)
-
-EXTRA_DIST = \
- $(xml_files) \
- meson.build
-
-DISTCLEANFILES = $(man_MANS)
-
--include $(top_srcdir)/git.mk