X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/2d4cbd1e2235a49728ca6ccb5a73c15fb34736d6..d94cfdc987aba3983f4945d59b02cbb062573432:/README.markdown diff --git a/README.markdown b/README.markdown index 28b8b46..cae7ac1 100644 --- a/README.markdown +++ b/README.markdown @@ -152,12 +152,20 @@ The following additional variables can be used to control the behaviour - **`FINDOPTS`:** Options to pass to `find` when searching for source files (default: - `-LE`). + `-PE`). - **`FINDRULES`:** Rules to use with `find` when searching for source files (default: `-flags -nohidden -and -not -name '.*'`). +- **`FINDINCLUDEOPTS`:** + Options to pass to `find` when searching for includes (default: + `$(FINDOPTS)`). + +- **`FINDINCLUDERULES`:** + Rules to use with `find` when searching for includes (default: + `$(FINDRULES)`). + - **`PARSERS`:** A white·space‐separated list of parsers to use (default: `$(THISDIR)/parsers/*.xslt`).