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 <ben@adversary.org>
Signed-off-by: Ben McGinnes <ben@adversary.org>
This commit is contained in:
Ben McGinnes 2018-10-04 18:28:47 +10:00
parent 582f14d97a
commit 2cca422ca4

View File

@ -27,7 +27,6 @@ EXTRA_DIST = \
dist-hook:
cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
rm -rf `find "$(srcdir)/docs" -name meta`
SUBDIRS = . tests