From 2cca422ca4b2df831a824393077d0b52d79532aa Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 4 Oct 2018 18:28:47 +1000 Subject: [PATCH] python: make file * lang/python/Makefile.am: Attempting to remove the docs/meta directory did a lot worse than I thought it was doing, so better to just be sure the documentation is available than destroy the entire bindings directory. Tested-by: Ben McGinnes Signed-off-by: Ben McGinnes --- lang/python/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 9cdccb5a..86453054 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -27,7 +27,6 @@ EXTRA_DIST = \ dist-hook: cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs" - rm -rf `find "$(srcdir)/docs" -name meta` SUBDIRS = . tests