]> err.no Git - sope/commitdiff
minor fixes
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 15:21:11 +0000 (15:21 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 15:21:11 +0000 (15:21 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@261 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/versitSaxDriver/ChangeLog
sope-ical/versitSaxDriver/GNUmakefile.preamble
sope-ical/versitSaxDriver/README
sope-ical/versitSaxDriver/Version

index 2b8b1f7e7715206952394e9eee14694520573e85..687c9ccf953e98a590063ba4077edadf6ad8d093 100644 (file)
@@ -1,3 +1,11 @@
+2004-10-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v1.0.1
+
+       * README: corrected the examples
+
+       * GNUmakefile.preamble: properly add paths
+
 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v1.0.0
index 65d38ad914802383e62b648f44c576ed96f09b61..a69fa8075af6406b9849c66ec228e3c13dc61c76 100644 (file)
@@ -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)
index 3abf860e0823512019afece3bc58963959d68223..b7712cc02832cfb5d5efa06713d1d555978f3b21 100644 (file)
@@ -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
index 25648bd213ce9064080ebe0743cfdbf170312216..e7199ddedc8a01c8e1244dc106ce25f09115fba2 100644 (file)
@@ -2,4 +2,4 @@
 
 MAJOR_VERSION=1
 MINOR_VERSION=0
-SUBMINOR_VERSION:=0
+SUBMINOR_VERSION:=1