From ad8b856c3b0d4d6055141a74664dbea4416c198d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:40:30 +0200 Subject: Adding upstream version 0.17. Signed-off-by: Daniel Baumann --- man/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 man/Makefile.am (limited to 'man/Makefile.am') diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..79f0c13 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,26 @@ +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 $< + +.xml.5: + $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +man_MANS = \ + xdg-user-dir.1 \ + xdg-user-dirs-update.1 \ + user-dirs.conf.5 \ + user-dirs.defaults.5 \ + user-dirs.dirs.5 + +xml_files = $(patsubst %.5,%.xml,$(patsubst %.1,%.xml,$(man_MANS))) + +EXTRA_DIST = $(xml_files) + +DISTCLEANFILES = $(man_MANS) -- cgit v1.2.3