Change guide and help translation directories

To match gnucash-docs r23523

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23570 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2013-12-15 19:30:55 +00:00
parent 4a333aba7d
commit 0f412c79d5

View File

@ -1626,15 +1626,15 @@ function inst_docs() {
fi
setup docs
_DOCS_INST_UDIR=`unix_path $INSTALL_DIR`/share/gnucash/help
mkdir -p $_DOCS_INST_UDIR/{C,de_DE,it_IT,ja_JP}
mkdir -p $_DOCS_INST_UDIR/{C,de,it,ja}
make_chm guide C
make_chm guide de_DE
make_chm guide it_IT
make_chm guide de
make_chm guide it
# Temporarily disabled because it makes hh
# make_chm guide ja_JP "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS"
make_chm help C
make_chm help de_DE
# make_chm help it_IT
make_chm help de
# make_chm help it
qpopd
}