File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ def docs_pdf(version):
386
386
def docs_sphinx ():
387
387
cur = os .getcwd ()
388
388
os .chdir ("docs/sphinx" )
389
- os .system ("make html epub" )
389
+ os .system ("make clean html epub" )
390
390
os .chdir (cur )
391
391
shutil .copytree ("docs/sphinx/build/html" , "target/docs/sphinx" )
392
392
shutil .copy ("docs/sphinx/build/epub/SpringPython.epub" , "target/docs/" )
Original file line number Diff line number Diff line change 21
21
# Greg Turnquist.
22
22
# ##################################################################################
23
23
24
- export JAVA_HOME=~ /java
25
- export M2_HOME=~ /apache-maven
26
- export M2=$M2_HOME /bin
27
- export PATH=$M2 :$JAVA_HOME /bin:$PATH
24
+ . sp/bin/activate
28
25
29
26
cd ~ /spring-python-1.2.x
30
27
git pull
You can’t perform that action at this time.
0 commit comments