diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-24 12:23:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-24 12:23:15 +0000 |
commit | 6d9a8de4c47a24f93cb527250883bb87767b77b3 (patch) | |
tree | 580c34a34f7f7b6bf8918e902ad30b0699b45716 /starmath/qa | |
parent | c3416f88350d2e437c1eb017a232d9605844e0ef (diff) |
INTEGRATION: CWS complextest1 (1.4.40); FILE MERGED
2007/06/28 16:07:19 cn 1.4.40.1: #i78349# fix bug in makefile
Diffstat (limited to 'starmath/qa')
-rw-r--r-- | starmath/qa/unoapi/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/starmath/qa/unoapi/makefile.mk b/starmath/qa/unoapi/makefile.mk index 035fdb20120f..dbc685950640 100644 --- a/starmath/qa/unoapi/makefile.mk +++ b/starmath/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:51:18 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:23: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=starmath TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce sm.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce sm.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments |