X Tutup
Skip to content

Commit e76b751

Browse files
committed
SESPRINGPYTHONPY-73: Merged r190:204 from sandbox branch sespringpythonpy-73 into trunk after confirming all test cases pass, and site generation is up-to-date.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@205 ce8fead1-4192-4296-8608-a705134b927f
1 parent bc6a3bf commit e76b751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+407
-442
lines changed

build.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ def setup(root, stylesheets=True):
134134
p["doc.ref.dir"]+"/src/images/",
135135
root + "/images/",
136136
["*.gif", "*.svg", "*.jpg", "*.png"])
137-
137+
138+
docbook_images_dir = p["targetDir"] + "/" + p["dist.ref.dir"] + "/images"
139+
if not os.path.exists(docbook_images_dir):
140+
shutil.copytree(p["doc.ref.dir"]+"/images/", docbook_images_dir)
141+
138142
if stylesheets:
139143
copy(
140144
p["doc.ref.dir"]+"/styles/",

docs/apt/license.apt

Lines changed: 0 additions & 3 deletions
This file was deleted.
374 Bytes
743 Bytes
1.22 KB
1.93 KB
Binary file not shown.
17 KB
321 Bytes
1.13 KB
1003 Bytes

0 commit comments

Comments
 (0)
X Tutup