Skip to content

Commit

Permalink
documentation: remove obsoleted svn references
Browse files Browse the repository at this point in the history
  • Loading branch information
carenas committed Jan 25, 2012
1 parent fe419f6 commit 4739acf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 45 deletions.
4 changes: 1 addition & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ CLEANFILES = ganglia.sub pod2htm*

dist-local: README ganglia.html


# We go through and make sure all the files have
# the same timestamp with the last command here...
dist-hook:
for subdir in $(EXTRA_SUBDIRS); do \
tar -c --exclude=".libs" --exclude "core.*" \
--exclude ".svn" --exclude="*.o" --exclude="*.lo" \
--exclude="*.o" --exclude="*.lo" \
--exclude="*.la" --exclude=".deps" \
--exclude="Makefile" --exclude="libtool" \
--exclude="config.h" \
Expand All @@ -56,7 +55,6 @@ dist-hook:
--exclude="configure.lineno" --exclude="configure.status.lineno" \
-f - $$subdir | (cd $(distdir) && tar -xf -)\
done;
find $(distdir) -name ".svn" -type d -prune -exec rm -rf {} \;
touch $(distdir)/Makefile.am
find $(distdir) -exec touch -r $(distdir)/Makefile.am {} \;

Expand Down
4 changes: 2 additions & 2 deletions README.WIN
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Build a development version of Ganglia using Cygwin in Windows
==============================================================

The procedure to build a development version of Ganglia in Windows is described
in README.SVN as it is the same that is used in other platforms and as far as
in README.GIT as it is the same that is used in other platforms and as far as
all dependencies are covered:

Prerequisites
Expand All @@ -92,4 +92,4 @@ ones needed to build it and that are listed above:
* flex (Devel)
* libtool (Devel)
* sharutils (Archive)
* subversion (Devel)
* git (Devel)
39 changes: 0 additions & 39 deletions STATUS

This file was deleted.

2 changes: 1 addition & 1 deletion ganglia.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Vendor: Ganglia Development Team <ganglia-developers@lists.sourceforge.net>
Group: System Environment/Base
Source: %{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: libpng-devel, libart_lgpl-devel, gcc-c++, python-devel, libconfuse-devel, make, pcre-devel, autoconf, automake, subversion, libtool, libxslt
BuildRequires: libpng-devel, libart_lgpl-devel, gcc-c++, python-devel, libconfuse-devel, make, pcre-devel, autoconf, automake, libtool, libxslt
%if 0%{?suse_version}
BuildRequires: freetype2-devel, libapr1-devel
%if 0%{?suse_version} > 1020
Expand Down

0 comments on commit 4739acf

Please sign in to comment.