Skip to content

Commit 8bf6b1c

Browse files
author
Greg Turnquist
committed
Added support for building man pages based on sphinx docs.
1 parent 4decc59 commit 8bf6b1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,8 @@ def docs_pdf(version):
386386
def docs_sphinx():
387387
cur = os.getcwd()
388388
os.chdir("docs/sphinx")
389-
os.system("make clean html epub")
389+
os.system("make clean html epub man")
390390
os.chdir(cur)
391-
os.makedirs("target/docs/sphinx")
392391
shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx")
393392
shutil.copy("docs/sphinx/build/epub/SpringPython.epub", "target/docs/")
394393

0 commit comments

Comments
 (0)