From 9e5ca1bb05f392b624e75e293c0930b384dc911b Mon Sep 17 00:00:00 2001 From: Versha Dhankar Date: Sat, 28 Sep 2024 21:20:27 -0700 Subject: [PATCH 1/2] Versha Dhankar Copyright Waiver I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. From 78c7c20d0e9b173049f675b72dc3147f4079d88c Mon Sep 17 00:00:00 2001 From: Versha Dhankar Date: Sat, 28 Sep 2024 21:40:33 -0700 Subject: [PATCH 2/2] Update README to point to root Makefile In b05295, the project switched from a root Makefile that simply pointed to the "real" Makefile in src/, and made the root Makefile contain all the build logic. However, the documentation wasn't updated to reflect this change. I'm updating the README.asciidoc file to point to the new location of the file, to avoid further confusion --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index edfa60393..1a65f7372 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -105,8 +105,8 @@ Kakoune's dependencies are: * A {cpp}20 compliant compiler (GCC >= 10.3 or clang >= 11) along with its associated {cpp} standard library (libstdc{pp} >= 10 or libc{pp}) -To build, just type *make* in the src directory. -To generate man pages, type *make man* in the src directory. +To build, just type *make* in the root directory. +To generate man pages, type *make man* in the root directory. Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily on being in a Unix-like environment, no native Windows version is planned.