You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/08/31 11:21:30 UTC

svn commit: r1519164 - in /openoffice/branches/l10n40/main/swext: mediawiki/help/makefile.mk prj/build.lst source/makefile.mk

Author: jani
Date: Sat Aug 31 09:21:30 2013
New Revision: 1519164

URL: http://svn.apache.org/r1519164
Log:
changes for genLang extract

Modified:
    openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk
    openoffice/branches/l10n40/main/swext/prj/build.lst
    openoffice/branches/l10n40/main/swext/source/makefile.mk

Modified: openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk?rev=1519164&r1=1519163&r2=1519164&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk (original)
+++ openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk Sat Aug 31 09:21:30 2013
@@ -27,12 +27,6 @@ TARGET=$(PRJNAME)_help
 
 .INCLUDE : settings.mk
 
-LANGUAGE_FILELIST=wikiformats.xhp \
-wiki.xhp \
-wikisettings.xhp \
-wikiaccount.xhp \
-wikisend.xhp
-
 .IF "$(WITH_LANG)"!=""
 # workaround for the problem in help, the help uses en instead of en-US
 MEDIAWIKI_LANG=$(uniq en $(alllangiso))

Modified: openoffice/branches/l10n40/main/swext/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/prj/build.lst?rev=1519164&r1=1519163&r2=1519164&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/swext/prj/build.lst Sat Aug 31 09:21:30 2013
@@ -1,5 +1,6 @@
 swext swext :   officecfg languages javaunohelper ridljar unoil jurt APACHE_COMMONS:apache-commons readlicense_oo xsltml xmlhelp NULL
 swext swext             usr1    -    all    swext_mkout NULL
+swext swext\source                                              nmake   -    all    swext_source NULL
 swext swext\mediawiki\help                                              nmake   -    all    swext_mwhelp NULL
 swext swext\mediawiki\src\registry\schema\org\openoffice\Office\Custom  nmake   -    all    swext_mwschema NULL
 swext swext\mediawiki\src\registry\data\org\openoffice\Office\Custom    nmake   -    all    swext_mwcustomdata swext_mwschema NULL

Modified: openoffice/branches/l10n40/main/swext/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/source/makefile.mk?rev=1519164&r1=1519163&r2=1519164&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/swext/source/makefile.mk Sat Aug 31 09:21:30 2013
@@ -30,7 +30,13 @@ LANGUAGE_FILELIST=../mediawiki/help/wiki
 ../mediawiki/help/wiki.xhp \
 ../mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu \
 ../mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu \
-../mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu
+../mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu \
+../mediawiki/help/wikiformats.xhp \
+../mediawiki/help/wiki.xhp \
+../mediawiki/help/wikisettings.xhp \
+../mediawiki/help/wikiaccount.xhp \
+../mediawiki/help/wikisend.xhp
+
 
 
 .INCLUDE :	settings.mk