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/10/10 15:45:35 UTC

svn commit: r1530978 - in /openoffice/branches/l10n40/main/l10ntools: prj/build.lst source/help/makefile.mk

Author: jani
Date: Thu Oct 10 13:45:34 2013
New Revision: 1530978

URL: http://svn.apache.org/r1530978
Log:
corrected dependency errors, introduced by merge in helpcontent2.
We build too many tools now than needed.

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

Modified: openoffice/branches/l10n40/main/l10ntools/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/prj/build.lst?rev=1530978&r1=1530977&r2=1530978&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/l10ntools/prj/build.lst Thu Oct 10 13:45:34 2013
@@ -1,4 +1,4 @@
-tr  l10ntools		:solenv soltools	NULL
+tr  l10ntools		: tools	NULL
 tr  l10ntools			usr1	-  all  tr_mkout NULL
 tr  l10ntools\source		nmake	-  all  tr_src NULL
 tr  l10ntools\source\help	nmake   -  all  tr_help  NULL

Modified: openoffice/branches/l10n40/main/l10ntools/source/help/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/source/help/makefile.mk?rev=1530978&r1=1530977&r2=1530978&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/source/help/makefile.mk (original)
+++ openoffice/branches/l10n40/main/l10ntools/source/help/makefile.mk Thu Oct 10 13:45:34 2013
@@ -27,7 +27,9 @@ TARGET  = HelpLinker
 LIBBASENAME = helplinker
 PACKAGE = com$/sun$/star$/help
 TARGETTYPE=CUI
-
+.IF "$(MAKETARGETS)"=="genPO"
+genPO:
+.ELSE
 # --- Settings -----------------------------------------------------
 
 .INCLUDE : settings.mk
@@ -106,3 +108,4 @@ JARCOMPRESS        = TRUE 
 # --- Targets ------------------------------------------------------
 
 .INCLUDE :  target.mk
+.ENDIF