aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-03 01:59:39 -0400
committerTim Harder <radhermit@gmail.com>2015-08-03 02:05:33 -0400
commitf4f9ae9bcad60e7fd4f658f15db65e29627a4ec6 (patch)
treef44902c69e09dbaafdce3416b12d1fa8deb4de15 /setup.cfg
parentbash: add missing checks for "type -P" path searches (diff)
downloadpkgcore-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.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 63aa408d..3c2a2e3f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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