From: raster Date: Sun, 6 Nov 2011 08:47:38 +0000 (+0000) Subject: Ticket #824 - no readme.in's X-Git-Tag: 2.0_alpha~11^2~26 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Fembryo.git;a=commitdiff_plain;h=cce1b1348a7028ab32693c37d09b6a6ee02412d1 Ticket #824 - no readme.in's git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@64802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/Makefile.am b/Makefile.am index 79bfa3e..5c70db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,9 +30,7 @@ COPYING \ autogen.sh \ embryo.pc.in \ embryo.spec.in \ -embryo.spec \ -README.in \ -README +embryo.spec pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = embryo.pc diff --git a/README.in b/README similarity index 99% rename from README.in rename to README index e062e42..36cfe09 100644 --- a/README.in +++ b/README @@ -1,4 +1,4 @@ -Embryo @VERSION@ BETA +Embryo ****************************************************************************** diff --git a/autogen.sh b/autogen.sh index 00116ea..72e1033 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,6 @@ rm -rf autom4te.cache rm -f aclocal.m4 ltmain.sh -touch README touch ABOUT-NLS echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 diff --git a/configure.ac b/configure.ac index 129fdf1..222c3f4 100644 --- a/configure.ac +++ b/configure.ac @@ -185,7 +185,6 @@ include/Makefile src/Makefile src/lib/Makefile src/bin/Makefile -README embryo.spec ])