diff options
author | Tim Harder <radhermit@gmail.com> | 2015-08-03 01:59:39 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-08-03 02:05:33 -0400 |
commit | f4f9ae9bcad60e7fd4f658f15db65e29627a4ec6 (patch) | |
tree | f44902c69e09dbaafdce3416b12d1fa8deb4de15 /setup.cfg | |
parent | bash: add missing checks for "type -P" path searches (diff) | |
download | pkgcore-f4f9ae9bcad60e7fd4f658f15db65e29627a4ec6.tar.gz pkgcore-f4f9ae9bcad60e7fd4f658f15db65e29627a4ec6.tar.bz2 pkgcore-f4f9ae9bcad60e7fd4f658f15db65e29627a4ec6.zip |
setup: add --build-dir option for install_man and install_doc targets
In other words, if you use the --build-dir option for build_man or
build_doc (or build_sphinx) then you should use the same setting for
their related install commands.
Fixes #83.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [aliases] -build_html = build_sphinx -b html +build_docs = build_sphinx -b html build_man = build_sphinx -b man dist = sdist --build-docs |