diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:05:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:05:43 +0000 |
commit | 69708a7a460fbb0f57f21a8e2f9c08763ebd56d8 (patch) | |
tree | 7c5b21d9e8cc791a81b60ee69483c838596bd9af /libwpd | |
parent | 3999725da1c3033f9c2822ff4bc99b15d78bf9fe (diff) |
INTEGRATION: CWS fs05 (1.9.4); FILE MERGED
2005/12/06 14:37:59 fridrich_strba 1.9.4.1: Issue number: n/a
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Initial commit for a cvs that aims to update the WP import filter to newest changes
in libwpd code.
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index 6ad1288b3563..0b1f072c8ae8 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2005-11-01 10:07:10 $ +# last change: $Author: obo $ $Date: 2006-01-20 10:05:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,8 +49,8 @@ TARGET=wpd @echo "Using system libwpd..." .ENDIF -TARFILE_NAME=libwpd-0.8.3 -PATCH_FILE_NAME=$(TARFILE_NAME).diff +TARFILE_NAME=libwpd-0.8.4 +#PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |