summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-13 15:12:05 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-13 15:13:32 +0200
commit7c505312792fb1fe7ad0a194816e8877741cdb5a (patch)
tree20f3ed789169c88e40fe2256e739f166a53a1406 /man
parent6856b0464e6ebc5e64e817ce8fd304ed111ff3b5 (diff)
downloadgnome-contacts-7c505312792fb1fe7ad0a194816e8877741cdb5a.tar.gz
Drop autotools in favor of Meson.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
deleted file mode 100644
index 182800d..0000000
--- a/man/Makefile.am
+++ /dev/null
@@ -1,21 +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-contacts.1
-
-xml_files = $(man_MANS:.1=.xml)
-
-EXTRA_DIST = $(xml_files)
-
-DISTCLEANFILES = $(man_MANS)
-
--include $(top_srcdir)/git.mk