diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:17:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:17:15 +0000 |
commit | 937a5e420810803473ad94db36e12d8551c22046 (patch) | |
tree | 0420e163eaa56bd9da06ff563e1f637ee770538b /svx/qa | |
parent | ef7fd1ec8ab98079b66d9f1c1e6d99675e3fb4fe (diff) |
INTEGRATION: CWS complextest1 (1.5.170); FILE MERGED
2007/06/28 16:12:26 cn 1.5.170.1: #i78349# fix bug in makefile
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unoapi/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/svx/qa/unoapi/makefile.mk b/svx/qa/unoapi/makefile.mk index 97c192f70782..b8e44daf7238 100644 --- a/svx/qa/unoapi/makefile.mk +++ b/svx/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:42:51 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:17:15 $ # # 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=svx TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments |