From 0f412c79d515c8e4a63ac458e727dfe6d4cec80c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 15 Dec 2013 19:30:55 +0000 Subject: [PATCH] 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 --- packaging/win32/install-impl.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index fc8e146db8..f92eb7c056 100644 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -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 }