From ec86daee012fb7a738760e6261322d75dccd0000 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 9 Dec 2020 09:20:16 +0100 Subject: [PATCH] - coding style --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0e438b46..3823b2f1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,6 +3,7 @@ # if ENABLE_DOC + man_MANS = snapper.8 snapperd.8 snapper-configs.5 if HAVE_PAM @@ -28,10 +29,10 @@ html: $(man_MANS:%.5=%.html) $(man_MANS:%.8=%.html) .xml.html: .xml $(XSLTPROC) --nonet html.xsl $< > $@ -EXTRA_DIST = dbus-protocol.txt manpages.xsl html.xsl selinux-readme.txt - endif +EXTRA_DIST = dbus-protocol.txt manpages.xsl html.xsl selinux-readme.txt + clean-local: rm -f *.{5,8} *.html -- 2.47.3