Move build_manpage utility to doc area
Change-Id: I1f440d5be6eb7e14c8f8a5dfbcdcfcaa71ce1ef7
This commit is contained in:
5
setup.py
5
setup.py
@@ -14,9 +14,14 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
import os
|
||||||
import setuptools
|
import setuptools
|
||||||
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
# build_manpage command added under doc/utils
|
||||||
|
sys.path.insert(0, os.path.abspath('./doc/utils'))
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
Reference in New Issue
Block a user