From c3a1bbdc0f73b00a95de461477645301662c2ec3 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 2 Aug 2016 17:21:00 +0200 Subject: [PATCH] properly add selinux-readme file to distribution pkg --- doc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f4e6b411..b26ec625 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,11 +27,8 @@ 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 +EXTRA_DIST = dbus-protocol.txt manpages.xsl html.xsl selinux-readme.txt -if ENABLE_SELINUX -EXTRA_DIST += selinux-readme.txt -endif clean-local: rm -f *.{5,8} *.html -- 2.47.3