summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-12-22 13:03:16 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2017-01-06 09:16:59 -0500
commit57f8b791d672ec520036973db235071656f45077 (patch)
treed907e3c11067065e804296722fd8f135c666304f /MANIFEST.in
parentb139a67c71743f0fa824fc4c7d0e36ea5feeadee (diff)
downloadansible-57f8b791d672ec520036973db235071656f45077.tar.gz
consolidated docs
point to new doc locations removed non existing dirs
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fde6d7af80..14e16cb10b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
prune v2
-prune docsite
+prune docs/docsite
+prune docs/api
prune ticket_stubs
prune packaging
prune test
@@ -10,7 +11,7 @@ include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1
recursive-include lib/ansible/modules *
recursive-include lib/ansible/galaxy/data *
-recursive-include docs *
+recursive-include docs/man *
recursive-include packaging *
include Makefile
include VERSION