X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/86c5d5eeef6def732f49b94bc497ee07d92dc72e..630f5bf06a645dbaad5f05a50526328fafad87ca:/README.markdown diff --git a/README.markdown b/README.markdown index cae7ac1..89dfd2e 100644 --- a/README.markdown +++ b/README.markdown @@ -117,10 +117,14 @@ The following additional variables can be used to control the behaviour - **`SRCDIR`:** The location of the source files (default: `sources`). + Multiple source directories can be provided, so long as the same + file subpath doesn’t exist in more than one of them. - **`INCLUDEDIR`:** - The location of the source files (default: `sources/includes`). + The location of source includes (default: `sources/includes`). This can be inside of `SRCDIR`, but needn’t be. + Multiple include directories can be provided, so long as the same + file subpath doesn’t exist in more than one of them. - **`BUILDDIR`:** The location of the (temporary) build directory (default: `build`).