summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2004-05-26 06:44:22 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-05-26 06:44:22 +0000
commitea9e85851445efa0135c3f8d08c3d1ea53760d91 (patch)
tree252cd717485e4129398e7926adc8b9cb4b5de725
parentfa7ef8fd3f48c45c309a7048117fce35e7906f7f (diff)
downloadgnome-common-ea9e85851445efa0135c3f8d08c3d1ea53760d91.tar.gz
delete some files that were unused after the reorganisation
svn path=/trunk/; revision=3444
-rw-r--r--bin/ChangeLog16
-rw-r--r--bin/Makefile.am15
-rw-r--r--bin/gnome-autogen.sh.in30
-rw-r--r--doc/Makefile.am0
4 files changed, 0 insertions, 61 deletions
diff --git a/bin/ChangeLog b/bin/ChangeLog
deleted file mode 100644
index 9f3fb24..0000000
--- a/bin/ChangeLog
+++ /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
index 36bff37..0000000
--- a/bin/Makefile.am
+++ /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
index cb8b68b..0000000
--- a/bin/gnome-autogen.sh.in
+++ /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
index e69de29..0000000
--- a/doc/Makefile.am
+++ /dev/null