From 7dc12319ab89f3dc9e9c8061ed5fd2a9e72547c3 Mon Sep 17 00:00:00 2001 From: ak1 Date: Sun, 9 Jan 2005 12:17:09 +0000 Subject: [PATCH] Andreas Krennmair: another file that gets generated during the build process. git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@7 e385b8ad-14ed-0310-8656-cc95a2468c6d --- doc/instdoc.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 doc/instdoc.sh diff --git a/doc/instdoc.sh b/doc/instdoc.sh deleted file mode 100644 index 301f493..0000000 --- a/doc/instdoc.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -- - -prefix=/usr/local -exec_prefix=${prefix} -bindir=${exec_prefix}/bin -libdir=${exec_prefix}/lib -mandir=${prefix}/man -srcdir=. -docdir=/usr/local/doc/mutt -includedir=${prefix}/include -top_srcdir=.. -top_builddir=.. - -SOURCE="$1" -TARGET="$2" - - -rm -f "$TARGET" - -sed -e "s;/usr/local/bin/;$bindir/;g" \ - -e "s;/usr/local/doc/mutt/;$docdir/;g" \ - "$SOURCE" > $TARGET - -chmod 644 "$TARGET" -- 2.20.1