From 2acf9d6d9c298a31d43977774b93e92518b0207c Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 23 Jun 2010 14:38:17 +0000 Subject: Fixed scripts that referred to README instead of README.txt. Changes to web site template and content. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957222 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/INSTALL | 2 +- cpp/INSTALL-WINDOWS | 2 +- cpp/Makefile.am | 2 +- cpp/docs/api/header.html | 37 +++++++++-------------------------- cpp/examples/xml-exchange/Makefile.am | 2 +- 5 files changed, 13 insertions(+), 32 deletions(-) (limited to 'cpp') diff --git a/cpp/INSTALL b/cpp/INSTALL index 9977c13201..9afe4740a3 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -330,7 +330,7 @@ for qpid code outside the qpid/sys namespace should remain stable. 6. Tests ======== -See src/tests/README for details. +See src/tests/README.txt for details. 7. Doxygen diff --git a/cpp/INSTALL-WINDOWS b/cpp/INSTALL-WINDOWS index 195fc303d8..964d644a7a 100644 --- a/cpp/INSTALL-WINDOWS +++ b/cpp/INSTALL-WINDOWS @@ -125,7 +125,7 @@ Now follow instruction for building from a source distribution in step (3). 5. Tests ======== -See src/tests/README for details. +See src/tests/README.txt for details. 6. Doxygen diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 5c475946a0..7cd022fb08 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \ + LICENSE NOTICE README.txt SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ packaging/NSIS QPID_VERSION.txt diff --git a/cpp/docs/api/header.html b/cpp/docs/api/header.html index 9c85c54000..883410ce25 100644 --- a/cpp/docs/api/header.html +++ b/cpp/docs/api/header.html @@ -19,32 +19,13 @@ --> - - -$title - - - - - - - - - - Apache Qpid C++ API - - - - - - - - - - -
- Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET - - Apache Qpid Documentation -
+
+
+Qpid C++ API Reference
+
+ +Generated on $datetime for $projectname by doxygen $doxygenversion +
+ + diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index e91cec370d..9001e3fa61 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/cpp/examples/xml-exchange/Makefile.am @@ -33,7 +33,7 @@ listener_SOURCES=listener.cpp listener_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ - README \ + README.txt \ CMakeLists.txt examples_DATA= \ -- cgit v1.2.1