summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:51:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:51:43 +0000
commitb118fa749e560bbeecfd6eb4d12123b5bd4d36c5 (patch)
tree682a1c71c6ed41ae9706be6ca2c40dcf5bed9344 /readlicense_oo
parentafa12607d2386ff13e01d161a2b09fc8ef5ef0e9 (diff)
INTEGRATION: CWS ause068 (1.4.144); FILE MERGED
2006/09/25 17:27:51 hjs 1.4.144.1: #i69536# definition of noout is gone in solenv
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk
index 7a7098d3c01a..5670e6c341ac 100755
--- a/readlicense_oo/makefile.mk
+++ b/readlicense_oo/makefile.mk
@@ -25,18 +25,18 @@ ALLTAR: convert $(fallbacklicenses) just_for_nice_optics
.IF "$(fallbacklicenses)"!=""
$(fallbacklicenses) : convert
@+$(ECHON) .
- @+$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@ $(noout)
+ @+$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@
.ENDIF # "$(fallbacklicenses)"!=""
just_for_nice_optics: $(fallbacklicenses)
@+$(ECHONL)
- @+echo done.
+ @echo done.
convert:
- @+echo converting license files
+ @echo converting license files
@+-$(PERL) conv.pl -o $(MISC)
# no conversion for *.rtf
.IF "$(GUI)"=="WNT"
- @+$(COPY) source$/license$/wnt$/*.rtf $(SYSLICDEST) $(noout)
+ @+$(COPY) source$/license$/wnt$/*.rtf $(SYSLICDEST)
.ENDIF # "$(GUI)"=="WNT"