Move man pages generations to rst2man (#37861)

This commit is contained in:
Joseph Herlant
2018-03-26 16:28:28 -07:00
committed by scottb
parent 02f44176b9
commit 00a7ff7974
7 changed files with 40 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ To create an Ansible DEB package:
__Note__: You must run this target as root or set `PBUILDER_BIN='sudo pbuilder'`
```
apt-get install asciidoc cdbs debootstrap devscripts make pbuilder python-setuptools
apt-get install python-docutils cdbs debootstrap devscripts make pbuilder python-setuptools
git clone https://github.com/ansible/ansible.git
cd ansible
DEB_DIST='xenial trusty precise' make deb