mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-29 11:26:57 +08:00
BUG: Fix sed in docs build script.
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ rm -rf ./*
|
||||
cp -r /tmp/scikits.image.docs/* .
|
||||
|
||||
# github doesn't like directories starting with "_"
|
||||
sed -i "" 's/_static/static/g' `find . -name "*.html"`
|
||||
sed -i "" 's/_images/images/g' `find . -name "*.html"`
|
||||
sed -i 's/_static/static/g' `find . -name "*.html"`
|
||||
sed -i 's/_images/images/g' `find . -name "*.html"`
|
||||
mv _static static
|
||||
mv _images images
|
||||
for f in `find . | grep "./" | grep -v ".git"`; do
|
||||
|
||||
Reference in New Issue
Block a user