From cc6382550fcf32bd4b843c922c10c5a5d247dd38 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 3 Nov 2016 13:00:31 +0100 Subject: [PATCH] Build: distribute doc directory Makefile in doc subdirectory should be integrated into the main build system but I do not have time to do it now. For now it is enough to distribute everything. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6f9015540..79d607d88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ SUBDIRS = asn1 util client contrib daemons init install ipaclient ipalib ipaplatform ipapython ipaserver ipatests po -# doc MOSTLYCLEANFILES = ipasetup.pyc ipasetup.pyo @@ -22,5 +21,6 @@ EXTRA_DIST = .mailmap \ Contributors.txt \ COPYING.openssl \ contrib \ + doc \ pylintrc \ pytest.ini