diff options
author | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-25 14:26:45 +0000 |
commit | f5038f13d14d99e2b96482e3536ce3312703a56b (patch) | |
tree | fd044893f49c0f0619d0c029e610aae34f269e99 /cpp | |
parent | 7ea5b4869a16aa34904cb322e3592bedbe43af58 (diff) | |
download | qpid-python-f5038f13d14d99e2b96482e3536ce3312703a56b.tar.gz |
* Removed .txt extension from README NOTICE LICENSE to follow common practice.
* Updated all references to .txt files.
* rpm/Makefile.am: Fixed local-clean target to clean up generaed directories.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/LICENSE (renamed from cpp/LICENSE.txt) | 0 | ||||
-rw-r--r-- | cpp/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/NOTICE (renamed from cpp/NOTICE.txt) | 2 | ||||
-rw-r--r-- | cpp/README (renamed from cpp/README.txt) | 0 | ||||
-rw-r--r-- | cpp/qpidc.spec.in | 2 | ||||
-rw-r--r-- | cpp/rpm/Makefile.am | 4 |
6 files changed, 5 insertions, 5 deletions
diff --git a/cpp/LICENSE.txt b/cpp/LICENSE index 6b0b1270ff..6b0b1270ff 100644 --- a/cpp/LICENSE.txt +++ b/cpp/LICENSE diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 98f715e6aa..f55e583417 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - README-dev DESIGN LICENSE.txt NOTICE.txt README.rhel3 README.txt \ + README-dev DESIGN LICENSE NOTICE README.rhel3 README \ etc/qpidd \ $(PACKAGE).spec \ $(PACKAGE).spec.in diff --git a/cpp/NOTICE.txt b/cpp/NOTICE index 105b88d56a..1e7859909a 100644 --- a/cpp/NOTICE.txt +++ b/cpp/NOTICE @@ -7,7 +7,7 @@ This product includes software developed by the Apache Software Foundation (http://www.apache.org/). -Please read the LICENSE.txt file present in the root directory of this +Please read the LICENSE file present in the root directory of this distribution. diff --git a/cpp/README.txt b/cpp/README index 4703d7538e..4703d7538e 100644 --- a/cpp/README.txt +++ b/cpp/README diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 16816385cc..fb1cd3cb22 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -84,7 +84,7 @@ make check %files %defattr(-,root,root,-) -%doc LICENSE.txt NOTICE.txt README.txt +%doc LICENSE NOTICE README %_libdir/libqpidcommon.so.0 %_libdir/libqpidcommon.so.0.1.0 %_libdir/libqpidclient.so.0 diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am index 7b240c6375..1a713ee65f 100644 --- a/cpp/rpm/Makefile.am +++ b/cpp/rpm/Makefile.am @@ -7,8 +7,8 @@ SPEC=${top_srcdir}/qpidc.spec RPMOPTS=--define "_sourcedir ${abs_top_srcdir}" --define "_topdir ${abs_builddir}" -clean: - rm -rf BUILD RPMS SOURCES SPECS SRPMS +clean-local: + -rm -rf BUILD RPMS SOURCES SPECS SRPMS .PHONY: rpm srpm dist |