diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-17 15:19:30 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-17 15:19:30 +0000 |
commit | 45f4773d729c192c1b854497310847f2c02531ce (patch) | |
tree | 3f74e1c9f058f75d0208a6926c26e1647d04ee1f | |
parent | f0b44eb92a2f25404e54a65c852b6b3a07b9c895 (diff) |
2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>
* AUTHORS:
* INSTALL:
* README:
* cairomm/exception.cc:
* cairomm/exception.h: Remove lingering references to libxml++
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | INSTALL | 10 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | cairomm/exception.cc | 2 | ||||
-rw-r--r-- | cairomm/exception.h | 2 |
6 files changed, 17 insertions, 9 deletions
@@ -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: ---------- @@ -1,5 +1,13 @@ 2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com> + * AUTHORS: + * INSTALL: + * README: + * cairomm/exception.cc: + * cairomm/exception.h: Remove lingering references to libxml++ + +2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com> + * configure.in: Bug #5929: Output files in docs subdir only if --enable-docs is set. This prevents configure from generating files which are not cleaned up when --disable-docs is used. @@ -1,9 +1,9 @@ Simple install procedure - ======================== +======================== - % gzip -dc libxml++-<version>.tar.gz | tar xvf - # unpack the sources - % cd libxml++-<version> # change to toplevel directory + % tar zxvf cairomm-<version>.tar.gz # unpack the sources + % cd cairomm-<version> # change to toplevel directory % ./configure # run the `configure' script - % make # build libxml++ - % make install # install libxml++ + % make # build cairomm + % make install # install cairomm @@ -1,4 +1,4 @@ -libxml++ +cairomm ------------- This library provides a C++ interface to cairo. diff --git a/cairomm/exception.cc b/cairomm/exception.cc index 531aa20..def6738 100644 --- a/cairomm/exception.cc +++ b/cairomm/exception.cc @@ -43,5 +43,5 @@ const char* logic_error::what() const throw() } */ -} //namespace xmlpp +} //namespace Cairo diff --git a/cairomm/exception.h b/cairomm/exception.h index 9bfebde..cf5da16 100644 --- a/cairomm/exception.h +++ b/cairomm/exception.h @@ -40,6 +40,6 @@ private: ErrorStatus m_status; }; -} // namespace xmlpp +} // namespace Cairo #endif // __CAIRO_EXCEPTION_H |