[latexila] build: README.in -> README



commit 2a610e59239c4be6f09a7896858f7fa2e07e08af
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 11 14:31:29 2017 +0100

    build: README.in -> README
    
    Do not generate README from README.in, write README directly. When
    reading it from the git repository, all the information is now
    available. Also, the gnu strictness for Automake require a README file
    (it's planned to use the gnu strictness for Automake).

 README.in => README |   20 ++++++++------------
 configure.ac        |    1 -
 2 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/README.in b/README
similarity index 76%
rename from README.in
rename to README
index f14f4da..ec4e829 100644
--- a/README.in
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is the version @PACKAGE_VERSION@ of LaTeXila.
+This is the version 3.23.2 of LaTeXila.
 LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.
 
 LaTeXila is released under the GNU General Public License (GPL) version 3 or
@@ -15,27 +15,23 @@ The web site:
 Requirements
 ============
 
-GLib >= @GLIB_REQUIRED_VERSION@
-GTK+ >= @GTK_REQUIRED_VERSION@
-GtkSourceView >= @GTKSOURCEVIEW_REQUIRED_VERSION@
-Gtef >= @GTEF_REQUIRED_VERSION@
-gspell >= @GSPELL_REQUIRED_VERSION@
-gee-0.8 >= @GEE_REQUIRED_VERSION@
+GLib >= 2.50
+GTK+ >= 3.20
+GtkSourceView >= 3.23.1
+Gtef >= 1.99.1 - https://wiki.gnome.org/Projects/Gtef
+gspell >= 1.0
+gee-0.8 >= 0.10
 gettext
 gsettings-desktop-schemas
 Latexmk >= 4.31 (optional, but strongly recommended)
 
 And for building the sources:
-Vala >= @VALA_REQUIRED_VERSION@ (may be optional)
+Vala >= 0.34 (may be optional)
 yelp-tools
 
 If you are installing LaTeXila from a tarball, you don't have to install Vala
 because the C code is already generated.
 
-Gtef URL:
-
-    https://wiki.gnome.org/Projects/Gtef
-
 
 Installation
 ============
diff --git a/configure.ac b/configure.ac
index 8f2a27c..de2d672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,6 @@ AC_CONFIG_FILES([
        src/liblatexila/Makefile
        src/ui/Makefile
        tests/Makefile
-       README
 ])
 
 AC_OUTPUT


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