diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:30:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:30:05 +0000 |
commit | 8782c4f5f0ed59b984926966dcc30e6afc67435f (patch) | |
tree | 70a84c9b33c7a17eacb6bf12c5b0c954076b1557 /svtools/qa | |
parent | 50f6d7ac51a01ba697ba988f5f918c4d8b8c2e63 (diff) |
INTEGRATION: CWS complextest1 (1.4.116); FILE MERGED
2007/06/28 16:07:39 cn 1.4.116.1: #i78349# fix bug in makefile
Diffstat (limited to 'svtools/qa')
-rw-r--r-- | svtools/qa/unoapi/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/svtools/qa/unoapi/makefile.mk b/svtools/qa/unoapi/makefile.mk index c299bc8196ec..3ae457eb6b6f 100644 --- a/svtools/qa/unoapi/makefile.mk +++ b/svtools/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:06:58 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:30:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,5 +38,11 @@ PRJ=..$/.. PRJNAME=svtools TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce svtools.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce svtools.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments |