[gnome-commander/gcmd-1-6] Remove README from repo as README.in is used for its creation by autoconf



commit e1ad6456bbc031f00489547a2880e8af8c3e7ed5
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Thu May 25 21:37:18 2017 +0200

    Remove README from repo as README.in is used for its creation by autoconf

 Makefile.am |    1 +
 README      |    1 -
 autogen.sh  |    4 ++++
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index efdf078..33f4df4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ GITIGNOREFILES = \
        data/gnome-commander.spec \
        .geanyprj \
        INSTALL \
+       README \
        py-compile \
        translators.sh
 
diff --git a/autogen.sh b/autogen.sh
index a4d75ce..826f556 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,10 @@ REQUIRED_AUTOMAKE_VERSION=1.8
 
 PKG_NAME="gnome-commander"
 
+(test -f README) || {
+        echo "This is a placeholder for the README generated by autoconf" > README
+}
+
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/README \
   && test -d $srcdir/src) || {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]