r23570 - gnucash/trunk/packaging/win32 - Change guide and help translation directories

John Ralls jralls at code.gnucash.org
Sun Dec 15 14:30:55 EST 2013


Author: jralls
Date: 2013-12-15 14:30:55 -0500 (Sun, 15 Dec 2013)
New Revision: 23570
Trac: http://svn.gnucash.org/trac/changeset/23570

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Change guide and help translation directories

To match gnucash-docs r23523

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2013-12-15 17:24:48 UTC (rev 23569)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2013-12-15 19:30:55 UTC (rev 23570)
@@ -1626,15 +1626,15 @@
         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
 }
 



More information about the gnucash-changes mailing list