From 9ceb90e2c0d4cce310f8586cd6b0d2e1b2f6291a Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 24 Aug 2004 07:28:04 +0000 Subject: Fix up the build infrastructure to build the snapshot nicely. Issue number: 32648 --- libwpd/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libwpd/makefile.mk') diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index fe5ea0f441ee..23bffc3d7e25 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mmeeks $ $Date: 2004-08-05 17:40:03 $ +# last change: $Author: mmeeks $ $Date: 2004-08-24 08:28:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,8 +71,8 @@ TARGET=wpd # --- Files -------------------------------------------------------- -TARFILE_NAME=libwpd-0.8.0 -PATCH_FILE_NAME=libwpd-0.8.0.patch +TARFILE_NAME=libwpd-snap-20040823 +PATCH_FILE_NAME= BUILD_ACTION=dmake BUILD_DIR=src/lib -- cgit