diff options
author | Andras Timar <atimar@novell.com> | 2011-04-25 20:49:35 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-25 20:49:35 +0200 |
commit | c6326754f300a45cdc11f81a4d59efea89098693 (patch) | |
tree | ba56188dc1cbcd750c7589c6ecc69a4391a4a08c /extras | |
parent | 7de0b88ce2dd932915894385b54be1897d5ee053 (diff) |
remove unused letter wizard targets
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/templates/wizard/letter/lang/makefile.mk | 8 | ||||
-rw-r--r-- | extras/util/target.pmk | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/extras/source/templates/wizard/letter/lang/makefile.mk b/extras/source/templates/wizard/letter/lang/makefile.mk index 2eab49c94255..ec53dcab732b 100644 --- a/extras/source/templates/wizard/letter/lang/makefile.mk +++ b/extras/source/templates/wizard/letter/lang/makefile.mk @@ -44,13 +44,5 @@ ZIP1TARGET = $(TEMPLATE_WIZARD_LETTER_TARGET) # Do not use $/ here. ZIP1LIST = */*.ott -ZIP2TARGET = $(TEMPLATE_WIZARD_LETTER_ONELANG_TARGET) - -# */*.ott is here on purpose. It works in all build environments. -# Do not use $/ here. -ZIP2LIST = $(LANGDIR)/*.ott - - - .INCLUDE : target.mk diff --git a/extras/util/target.pmk b/extras/util/target.pmk index 88122ebc58ee..95f7fe740a3a 100644 --- a/extras/util/target.pmk +++ b/extras/util/target.pmk @@ -184,7 +184,6 @@ TEMPLATE_WIZARD_DESKTOP_TARGET = tplwizdesktop TEMPLATE_WIZARD_FAX_TARGET = tplwizfax TEMPLATE_WIZARD_HOMEPAGE_TARGET = tplwizhomepage TEMPLATE_WIZARD_LETTER_TARGET = tplwizletter -TEMPLATE_WIZARD_LETTER_ONELANG_TARGET = tplwizletter TEMPLATE_WIZARD_REPORT_TARGET = tplwizreport TEMPLATE_WIZARD_STYLES_TARGET = tplwizstyles TEMPLATE_WIZARD_WEB_TARGET = tplwizweb |