diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-08-19 08:57:31 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-08-19 08:57:31 +0000 |
commit | afc5896ebb13eb8f1eb5819d007e43302aedee8d (patch) | |
tree | 748732e8ad9f263510480f9fb8648850018f9fbf /officecfg | |
parent | e5f99d1fe913d91ba97b5b0c4adbf2cff5959f47 (diff) |
#i10000# - complete changes to find dtd
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/util/makefile.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk index dcd3b6cd3690..70126fb698ff 100644 --- a/officecfg/util/makefile.pmk +++ b/officecfg/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: obo $ $Date: 2005-03-15 12:45:15 $ +# last change: $Author: hjs $ $Date: 2005-08-19 09:57:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ XSLDIR=$(PRJ)$/util XCSROOT=$(PWD)$/$(PRJ) -DTDDIR=$(PRJ)$/util +DTDDIR=$(PRJ) PROCESSOUT=$(MISC) PROCESSORDIR=$(CLASSDIR) |