diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 15:47:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 15:47:00 +0000 |
commit | ae20163320fca5c784273669029a73c74fc11420 (patch) | |
tree | f75c45d425f59e2afbfbac8e75f37b3185384b8b /extras/util | |
parent | f1cbff9e4f9e2d5eab8e8bc26b4a3fbfa8a10721 (diff) |
INTEGRATION: CWS qwizards1 (1.8.94); FILE MERGED
2004/03/11 18:04:34 rpiterman 1.8.94.2: web wizard changed
2004/03/11 12:18:35 rpiterman 1.8.94.1: new web wizard
Diffstat (limited to 'extras/util')
-rw-r--r-- | extras/util/target.pmk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extras/util/target.pmk b/extras/util/target.pmk index 86990876512e..4044a9e299cb 100644 --- a/extras/util/target.pmk +++ b/extras/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: va $ $Date: 2002-05-29 15:45:49 $ +# last change: $Author: kz $ $Date: 2004-05-19 16:47:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -161,6 +161,8 @@ TEMPLATE_WIZARD_LETTER_TARGET = tplwizletter TEMPLATE_WIZARD_MEMO_TARGET = tplwizmemo TEMPLATE_WIZARD_REPORT_TARGET = tplwizreport TEMPLATE_WIZARD_STYLES_TARGET = tplwizstyles +TEMPLATE_WIZARD_WEB_TARGET = tplwizweb + WORDBOOK_ALL_TARGET = wordbook WORDBOOK_USER_TARGET = wordbookuser @@ -227,3 +229,5 @@ KDE_ICONS_MINI_TARGET = kdemini KDE_MIMELNK_APPL_TARGET = kdemimeappl KDE_MIMELNK_TEXT_TARGET = kdemimetext + + |