delete some files that were unused after the reorganisation
authorJames Henstridge <jamesh@src.gnome.org>
Wed, 26 May 2004 06:44:22 +0000 (06:44 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Wed, 26 May 2004 06:44:22 +0000 (06:44 +0000)
svn path=/trunk/; revision=3444

bin/ChangeLog [deleted file]
bin/Makefile.am [deleted file]
bin/gnome-autogen.sh.in [deleted file]
doc/Makefile.am [deleted file]

diff --git a/bin/ChangeLog b/bin/ChangeLog
deleted file mode 100644 (file)
index 9f3fb24..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-2000-11-21  Martin Baulig  <martin@home-of-linux.org>
-
-       * gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh
-       from it; added GNOME_COMMON_DATA_DIR and make it actually
-       work.
-
-2000-11-20  Martin Baulig  <baulig@suse.de>
-
-       * gnome-autogen.sh: Initialize GNOME_DATADIR from
-       GNOME_DIR if set before trying gnome-config.
-
-2000-05-29  Martin Baulig  <baulig@suse.de>
-
-       * gnome-autogen.sh: New file. Moved here from
-       the `macros' directory.
-
diff --git a/bin/Makefile.am b/bin/Makefile.am
deleted file mode 100644 (file)
index 36bff37..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-bin_SCRIPTS = gnome-autogen.sh
-
-## We create gnome-autogen.sh here and not from configure because we want
-## to get the paths expanded correctly.  Macros like srcdir are given
-## the value NONE in configure if the user doesn't specify them (this
-## is an autoconf feature, not a bug).
-gnome-autogen.sh: gnome-autogen.sh.in Makefile
-## Use sed and then mv to avoid problems if the user interrupts.
-       sed -e 's#\@datadir\@#$(datadir)#g' \
-             < $(srcdir)/gnome-autogen.sh.in > gnome-autogen.tmp \
-         && mv gnome-autogen.tmp gnome-autogen.sh
-
-EXTRA_DIST = gnome-autogen.sh.in
-
-
diff --git a/bin/gnome-autogen.sh.in b/bin/gnome-autogen.sh.in
deleted file mode 100644 (file)
index cb8b68b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-if test -z "USE_GNOME2_MACROS" ; then
-  USE_GNOME2_MACROS=0
-fi
-
-if test "$USE_GNOME2_MACROS" = 1 ; then
-  if test -z "$GNOME2_DIR" ; then
-    GNOME_COMMON_DATADIR="@datadir@"
-  else
-    GNOME_COMMON_DATADIR="$GNOME2_DIR/share"
-  fi
-  GNOME_COMMON_MACROS_DIR="$GNOME_COMMON_DATADIR/aclocal/gnome2-macros"
-else
-  if test -z "$GNOME_DIR" ; then
-    GNOME_COMMON_DATADIR="@datadir@"
-  else
-    GNOME_COMMON_DATADIR="$GNOME_DIR/share"
-  fi
-  GNOME_COMMON_MACROS_DIR="$GNOME_COMMON_DATADIR/aclocal/gnome-macros"
-fi
-
-export GNOME_COMMON_DATADIR
-export GNOME_COMMON_MACROS_DIR
-
-ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
-export ACLOCAL_FLAGS
-
-. $GNOME_COMMON_MACROS_DIR/autogen.sh
-
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644 (file)
index e69de29..0000000