From ea9e85851445efa0135c3f8d08c3d1ea53760d91 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Wed, 26 May 2004 06:44:22 +0000 Subject: [PATCH] delete some files that were unused after the reorganisation svn path=/trunk/; revision=3444 --- bin/ChangeLog | 16 ---------------- bin/Makefile.am | 15 --------------- bin/gnome-autogen.sh.in | 30 ------------------------------ doc/Makefile.am | 0 4 files changed, 61 deletions(-) delete mode 100644 bin/ChangeLog delete mode 100644 bin/Makefile.am delete mode 100644 bin/gnome-autogen.sh.in delete mode 100644 doc/Makefile.am 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 - - * 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 - - * gnome-autogen.sh: Initialize GNOME_DATADIR from - GNOME_DIR if set before trying gnome-config. - -2000-05-29 Martin Baulig - - * 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 -- 2.7.4