[Groonga-mysql-commit] mroonga/mroonga [master] Renamed link _static to static in *.html located in sub directories.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 29日 (水) 13:24:50 JST


mooz	2011-06-29 04:24:50 +0000 (Wed, 29 Jun 2011)

  New Revision: 4f28cb482dd1ff4482a88cf65c4853c8ef138834

  Log:
    Renamed link _static to static in *.html located in sub directories.

  Modified files:
    doc/ja/sphinx2github.sh

  Modified: doc/ja/sphinx2github.sh (+1 -1)
===================================================================
--- doc/ja/sphinx2github.sh    2011-06-29 04:08:25 +0000 (83848e6)
+++ doc/ja/sphinx2github.sh    2011-06-29 04:24:50 +0000 (0075987)
@@ -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' |




Groonga-mysql-commit メーリングリストの案内
Back to archive index