diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 11:27:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 11:27:11 +0000 |
commit | f4786f7e3c6ab28e761641cb88509d542f47926c (patch) | |
tree | c12b42993a7def79e483ef7837897c12fb42ba5c /odk/util | |
parent | 7f9cddf5e0c0960e9766b3daf92e6e2a68e3b8b5 (diff) |
INTEGRATION: CWS jsc15 (1.21.36); FILE MERGED
2006/11/23 08:51:12 jsc 1.21.36.1: #i71865# remove old XML spec
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/odk_rules.pmk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk index a63ac47cdddf..aae5241861f1 100644 --- a/odk/util/odk_rules.pmk +++ b/odk/util/odk_rules.pmk @@ -2,9 +2,9 @@ # # $RCSfile: odk_rules.pmk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: ihi $ $Date: 2006-08-03 15:12:25 $ +# last change: $Author: ihi $ $Date: 2006-12-20 12:27:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -106,10 +106,6 @@ $(DESTDIRSETTINGS)$/%.mk : $(PRJ)$/settings$/%.mk $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $< $(MY_TEXTCOPY_TARGETPRE) $@ .ENDIF -$(DESTDIRCOMMONDOCU)$/spec$/xml_format$/xml_specification.pdf : xml_specification.pdf - +-rm -f $@ >& $(NULLDEV) - $(GNUCOPY) xml_specification.pdf $@ - $(DESTDIRXML)$/module-description.dtd : $(XMLOUT)$/module-description.dtd +-rm -f $@ >& $(NULLDEV) $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(XMLOUT)$/module-description.dtd $(MY_TEXTCOPY_TARGETPRE) $@ |