diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:09:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:09:47 +0000 |
commit | a6280ba61e11fb9dd9a3a1da8a4074983eb92a40 (patch) | |
tree | b8a30420dc1d1e63a1852f0d723c9e912f8d9224 | |
parent | c97c8940abcfe1179ac7b40db5d47d2e5807aa78 (diff) |
INTEGRATION: CWS libxslt02 (1.34.284); FILE MERGED
2006/12/24 08:10:57 cmc 1.34.284.1: #i30380 enable xslt usage by default
-rw-r--r-- | officecfg/util/makefile.pmk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk index 758c793a32fe..7e016e085478 100644 --- a/officecfg/util/makefile.pmk +++ b/officecfg/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:49:46 $ +# last change: $Author: kz $ $Date: 2007-05-10 13:09:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,8 @@ #************************************************************************* XSLDIR=$(PRJ)$/util -XCSROOT=$(PWD)$/$(PRJ) +ABSXCSROOT=$(PWD)$/$(PRJ) +XCSROOT=.. DTDDIR=$(PRJ) PROCESSOUT=$(MISC) PROCESSORDIR=$(CLASSDIR) |