Skip to content

Commit

Permalink
make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 2, 2018
1 parent 0f23bd7 commit 204e625
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build/build_html.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
set -e

[ -e build/data ] && rm -rf build/data
[ -e build/data-bak ] && rm -rf build/data-bak
make clean

# Clean build/chapter*/*ipynb and build/chapter*/*md that are no longer needed.
cd build
Expand Down
2 changes: 1 addition & 1 deletion build/build_pkg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

# avoid to put the downloaed data into the notebook package
# avoid putting data downloaded by scripts into the notebook package
mv build/data build/data-bak
make pkg
# backup build/data to avoid download the dataset each time and put the
Expand Down
File renamed without changes.

0 comments on commit 204e625

Please sign in to comment.