Skip to content

Instantly share code, notes, and snippets.

@sho-h
Created August 24, 2012 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sho-h/3452874 to your computer and use it in GitHub Desktop.
Save sho-h/3452874 to your computer and use it in GitHub Desktop.
generate HTML with japanese catalog
--- update.sh.orig 2012-08-25 01:55:19.936317162 +0900
+++ update.sh 2012-08-25 01:55:56.512216058 +0900
@@ -66,7 +66,8 @@
--quiet \
--fs-casesensitive \
--database ${base_dir}/db-${version} \
- --outputdir ${base_dir}/public/${version}.new
+ --outputdir ${base_dir}/public/${version}.new \
+ --catalog ${bitclust_dir}/data/bitclust/catalog
mv ${base_dir}/public/${version}{,.old}
mv ${base_dir}/public/${version}{.new,}
rm -rf ${base_dir}/public/${version}.old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment