diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
commit | ac6f47bc425abc041c11f80644ba31bef87cd7bf (patch) | |
tree | 42b25838733270c6f6606cffe0a4ab26dc019901 /swext | |
parent | 4238aa467925b5a6cf54e6fb4e70fe727923da26 (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'swext')
-rw-r--r-- | swext/mediawiki/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/swext/mediawiki/makefile.mk b/swext/mediawiki/makefile.mk index 0f7cca354a14..203ed6227359 100644 --- a/swext/mediawiki/makefile.mk +++ b/swext/mediawiki/makefile.mk @@ -32,7 +32,7 @@ PRJ=.. PRJNAME=swext TARGET=mediawiki - +.IF "$(L10N_framework)"=="" .IF "$(ENABLE_MEDIAWIKI)" == "YES" .INCLUDE : ant.mk @@ -62,3 +62,6 @@ file://$(COMMONS_HTTPCLIENT_JAR) file://$(COMMONS_LOGGING_JAR)\"#" -i build.xml @echo "MediaWiki Publisher extension disabled." .ENDIF +.ELSE +pesudo: +.ENDIF |