Navigation Menu

Skip to content

Commit

Permalink
Renamed link _static to static in *.html located in sub directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Jun 29, 2011
1 parent 6eaed25 commit 4f28cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ja/sphinx2github.sh
Expand Up @@ -17,7 +17,7 @@ rename _static static
rename _sources sources
rename _images images

file_names="`ls *.html`"
file_names=$(find . -name "*.html")
for file_name in $file_names; do
sed -e 's/_static/static/g' $file_name |
sed -e 's/_sources/sources/g' |
Expand Down

0 comments on commit 4f28cb4

Please sign in to comment.