diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2019-03-22 08:26:59 +0100 |
---|---|---|
committer | Alberto Fanjul <albertofanjul@gmail.com> | 2020-05-27 22:15:56 +0200 |
commit | b9288f256298c6d00320ad1548802f4e4e305aee (patch) | |
tree | 026fb63f72b5623a42fd02004507d0f1af8cbd50 /man/Makefile.am | |
parent | 85108840f8e24ae8cd9edadb631bbcaafb99d0a5 (diff) | |
download | glade-b9288f256298c6d00320ad1548802f4e4e305aee.tar.gz |
build: Remove autotools
Relay on meson for build
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/man/Makefile.am b/man/Makefile.am deleted file mode 100644 index da459d90..00000000 --- a/man/Makefile.am +++ /dev/null @@ -1,22 +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 = \ - glade.1 \ - glade-previewer.1 - -xml_files = $(man_MANS:.1=.xml) - -EXTRA_DIST = $(xml_files) - -DISTCLEANFILES = $(man_MANS) - --include $(top_srcdir)/git.mk |