From 713861cc212fac1553eccb383a8e78408b79efaf Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 2 May 2014 10:54:57 -0400 Subject: minor README changes --- README.rst | 4 ++-- 1 file 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. -- cgit v1.2.3-54-g00ecf