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



commit 95087dc8a0acda12e1c5761f81583633175d1043
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      |  153 -----------------------------------------------------------
 autogen.sh  |    4 ++
 3 files changed, 5 insertions(+), 153 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a033c46..09ef8a6 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 d85407d..d9a1229 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,10 @@ olddir=$(pwd)
 
 cd $srcdir
 
+(test -f README) || {
+        echo "This is a placeholder for the README generated by autoconf" > README
+}
+
 (test -f configure.ac) || {
         echo "*** ERROR: Directory '$srcdir' does not look like the top-level project directory ***"
         exit 1


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