summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-05-02 10:54:57 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-05-06 20:00:37 -0400
commit713861cc212fac1553eccb383a8e78408b79efaf (patch)
treee52ddfe3e73127facc27ec38f073a73610f2787d
parent2040cf5f08f3c91097672eae54f2271320076ca2 (diff)
downloadhtml5ks-713861cc212fac1553eccb383a8e78408b79efaf.tar.xz
html5ks-713861cc212fac1553eccb383a8e78408b79efaf.zip
minor README changes
-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.