* Remove leftovers from libxml++. Index: AUTHORS =================================================================== RCS file: /cvs/cairo/cairomm/AUTHORS,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 AUTHORS --- AUTHORS 2 Dec 2005 13:34:41 -0000 1.1.1.1 +++ AUTHORS 16 Feb 2006 15:48:23 -0000 @@ -1,5 +1,5 @@ Please do not email us directly - use the mailing list. -See http://libxmlplusplus.sourceforge.net +See http://cairographics.org/lists Maintainers: ---------- Index: INSTALL =================================================================== RCS file: /cvs/cairo/cairomm/INSTALL,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 INSTALL --- INSTALL 2 Dec 2005 13:34:41 -0000 1.1.1.1 +++ INSTALL 16 Feb 2006 15:48:23 -0000 @@ -1,9 +1,9 @@ Simple install procedure - ======================== +======================== - % gzip -dc libxml++-.tar.gz | tar xvf - # unpack the sources - % cd libxml++- # change to toplevel directory + % tar zxvf cairomm-.tar.gz # unpack the sources + % cd cairomm- # change to toplevel directory % ./configure # run the `configure' script - % make # build libxml++ - % make install # install libxml++ + % make # build cairomm + % make install # install cairomm Index: MAINTAINERS =================================================================== RCS file: /cvs/cairo/cairomm/MAINTAINERS,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 MAINTAINERS --- MAINTAINERS 2 Dec 2005 13:34:41 -0000 1.1.1.1 +++ MAINTAINERS 16 Feb 2006 15:48:23 -0000 @@ -1,4 +1,5 @@ Please use the mailing list rather than emailing developers directly. +See http://cairographics.org/lists Murray Cumming Email: murrayc@murrayc.com Index: README =================================================================== RCS file: /cvs/cairo/cairomm/README,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 README --- README 2 Dec 2005 13:34:41 -0000 1.1.1.1 +++ README 16 Feb 2006 15:48:23 -0000 @@ -1,4 +1,4 @@ -libxml++ +cairomm ------------- This library provides a C++ interface to cairo. Index: cairomm/exception.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/exception.cc,v retrieving revision 1.4 diff -u -r1.4 exception.cc --- cairomm/exception.cc 21 Jan 2006 16:22:40 -0000 1.4 +++ cairomm/exception.cc 16 Feb 2006 15:48:23 -0000 @@ -43,5 +43,5 @@ } */ -} //namespace xmlpp +} //namespace Cairo Index: cairomm/exception.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/exception.h,v retrieving revision 1.4 diff -u -r1.4 exception.h --- cairomm/exception.h 21 Jan 2006 16:22:40 -0000 1.4 +++ cairomm/exception.h 16 Feb 2006 15:48:23 -0000 @@ -40,6 +40,6 @@ ErrorStatus m_status; }; -} // namespace xmlpp +} // namespace Cairo #endif // __CAIRO_EXCEPTION_H