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:
parent
582f14d97a
commit
2cca422ca4
@ -27,7 +27,6 @@ EXTRA_DIST = \
|
|||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
|
cp -pr "$(srcdir)/docs" "$(DESTDIR)/docs"
|
||||||
rm -rf `find "$(srcdir)/docs" -name meta`
|
|
||||||
|
|
||||||
SUBDIRS = . tests
|
SUBDIRS = . tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user