From b92708503d1ec05cd3629c054782d047fefd4c83 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 May 2022 12:51:37 +0100 Subject: [PATCH] docs: Move INSTALL.in to INSTALL.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We hadn’t been substituting the version number in properly for a while, so maybe just abandon that approach and rewrite the instructions to not refer to a specific version number. This simplifies things a bit, and means the install instructions can be read online in GitLab. Signed-off-by: Philip Withnall --- .gitignore | 1 - INSTALL.in => INSTALL.md | 4 ++-- README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename INSTALL.in => INSTALL.md (97%) diff --git a/.gitignore b/.gitignore index 6b1ad6a7e..2a8cd73c2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ tags *.log *.trs -INSTALL /glib-lcov.info /glib-lcov/ diff --git a/INSTALL.in b/INSTALL.md similarity index 97% rename from INSTALL.in rename to INSTALL.md index c1463cd04..7c03f39b8 100644 --- a/INSTALL.in +++ b/INSTALL.md @@ -1,8 +1,8 @@ Simple install procedure ======================== - % tar xf glib-@GLIB_VERSION@.tar.gz # unpack the sources - % cd glib-@GLIB_VERSION@ # change to the toplevel directory + % tar xf glib-*.tar.gz # unpack the sources + % cd glib-* # change to the toplevel directory % meson _build # configure the build % ninja -C _build # build GLib diff --git a/README.md b/README.md index 7b436b562..e78a28c2c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The official web site is: ## Installation -See the file '[INSTALL.in](INSTALL.in)' +See the file '[INSTALL.md](INSTALL.md)' ## Supported versions