mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4a333aba7d
commit
0f412c79d5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user