From 2a4e9a90fa4d952b869ca6d0a9a0567139750afd Mon Sep 17 00:00:00 2001 From: znek Date: Fri, 15 Oct 2004 15:21:11 +0000 Subject: [PATCH] minor fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@261 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ical/versitSaxDriver/ChangeLog | 8 ++++++++ sope-ical/versitSaxDriver/GNUmakefile.preamble | 13 ++++++++++++- sope-ical/versitSaxDriver/README | 6 +++--- sope-ical/versitSaxDriver/Version | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/sope-ical/versitSaxDriver/ChangeLog b/sope-ical/versitSaxDriver/ChangeLog index 2b8b1f7e..687c9ccf 100644 --- a/sope-ical/versitSaxDriver/ChangeLog +++ b/sope-ical/versitSaxDriver/ChangeLog @@ -1,3 +1,11 @@ +2004-10-15 Marcus Mueller + + * v1.0.1 + + * README: corrected the examples + + * GNUmakefile.preamble: properly add paths + 2004-10-14 Marcus Mueller * v1.0.0 diff --git a/sope-ical/versitSaxDriver/GNUmakefile.preamble b/sope-ical/versitSaxDriver/GNUmakefile.preamble index 65d38ad9..a69fa807 100644 --- a/sope-ical/versitSaxDriver/GNUmakefile.preamble +++ b/sope-ical/versitSaxDriver/GNUmakefile.preamble @@ -1,4 +1,15 @@ # $Id$ -BUNDLE_LIBS += -lSaxObjC +SOPE_ROOT=../.. +SOPE_OBJ_ROOT=$(GNUSTEP_BUILD_DIR)/$(SOPE_ROOT) + +ADDITIONAL_INCLUDE_DIRS += \ + -I$(SOPE_ROOT)/sope-xml + +BUNDLE_LIBS += \ + -lSaxObjC + ADDITIONAL_BUNDLE_LIBS += $(BUNDLE_LIBS) + +ADDITIONAL_LIB_DIRS += \ + -L$(SOPE_OBJ_ROOT)/sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR_NAME) diff --git a/sope-ical/versitSaxDriver/README b/sope-ical/versitSaxDriver/README index 3abf860e..b7712cc0 100644 --- a/sope-ical/versitSaxDriver/README +++ b/sope-ical/versitSaxDriver/README @@ -32,9 +32,9 @@ Examples To "convert" an iCalendar to xCal (the test programs print out some XML): - saxxml -XMLReader iCalSaxDriver test1.ics - domxml -XMLReader iCalSaxDriver -xml test1.ics + saxxml -XMLReader VSiCalSaxDriver test1.ics + domxml -XMLReader VSiCalSaxDriver -xml test1.ics To "convert" an iCalendar to PYX: - domxml -XMLReader iCalSaxDriver -pyx test1.ics + domxml -XMLReader VSiCalSaxDriver -pyx test1.ics diff --git a/sope-ical/versitSaxDriver/Version b/sope-ical/versitSaxDriver/Version index 25648bd2..e7199dde 100644 --- a/sope-ical/versitSaxDriver/Version +++ b/sope-ical/versitSaxDriver/Version @@ -2,4 +2,4 @@ MAJOR_VERSION=1 MINOR_VERSION=0 -SUBMINOR_VERSION:=0 +SUBMINOR_VERSION:=1 -- 2.39.5