From: Michael Stapelberg Date: Thu, 27 Oct 2016 06:52:20 +0000 (+0200) Subject: Remove autotools goal X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3fd2c8d6baab61d0bf99cdabca66f02f9838c205;p=i3%2Fi3.github.io Remove autotools goal For more details, see https://github.com/i3/i3/commit/3f33edf31b4286bee4b604c5d27f95c13ae52727 --- diff --git a/index.html b/index.html index 53c4835..adfd7e9 100644 --- a/index.html +++ b/index.html @@ -66,12 +66,6 @@ we agreed upon the following goals for i3: when in the 'resize' mode than when you are in the default mode, for example. -
  • - Do not use programs such as autoconf/automake for configuration and - creating unreadable/broken makefiles. Instead, use a clean makefile which automatically - enables/disables features for specific platforms. Also, document the dependencies - properly, so that package maintainers have an easy job packaging i3. -
  • Implement an IPC interface for other programs. Provide subscription to certain events and accept commands.