chiark / gitweb /
Update README after the switch to autoconf.
authorSimon Tatham <anakin@pobox.com>
Sun, 15 Mar 2015 08:50:53 +0000 (08:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 15 Mar 2015 08:50:53 +0000 (08:50 +0000)
A user just pointed out that it still (and now falsely) claims that
mkfiles.pl directly generates a usable Unix Makefile.

README

diff --git a/README b/README
index efa792711a3d0d370bd2d07bc03b259143ffbe28..e69fa2ae89ef9a9c323fe79ebf23ab367accd1ac 100644 (file)
--- a/README
+++ b/README
@@ -10,9 +10,10 @@ automatically generated by `mkfiles.pl', so run that to create them.
 
 The Makefiles include:
 
- - `Makefile' should work under GNU make on Linux, provided you have
-   GTK installed to compile and link against. It builds GTK binaries
-   of the puzzle games.
+ - `Makefile.am', together with the static `configure.ac', is intended
+   as input to automake. Run `mkauto.sh' to turn these into a
+   configure script and Makefile.in, after which you can then run
+   `./configure' to create an actual Unix Makefile.
 
  - `Makefile.vc' should work under MS Visual C++ on Windows.