summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bfd538b..ddf4dcc 100644
--- a/README.rst
+++ b/README.rst
@@ -76,9 +76,9 @@ Makefile
Run ``make dev`` to automatically start nginx and re-make when changes are made.
GNU make is required since I do not really want to write a script to output a Makefile.
-I refuse to use autoconf; moreover, it isn't even relevant to this program, being designed for use with C/C++ projects.
+I will not use autoconf; moreover, it isn't even relevant to this program, being designed for use with C/C++ projects.
-Make 3.82 is required since this version sorts rules differently; versions of make prior to this one will not properly build www/dump/ctc_strip-0.png, resulting in errors building ctc_anim.png and ctc_anim-*.webp.
+Make 3.82 is required since Make since then sorts rules differently; versions of make prior to this one will not properly build www/dump/ctc_strip-0.png, resulting in errors building ctc_anim.png and ctc_anim-*.webp.
If you must use a version before that one (e.g. you are stuck on Ubuntu 12.04), manually building that file according to the Makefile should resolve the error.
Patches to fix this are welcome.