X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/d37062ed3c7a06adb006b405441d79fb0e134451..d94cfdc987aba3983f4945d59b02cbb062573432:/README.markdown diff --git a/README.markdown b/README.markdown index 6bfa987..cae7ac1 100644 --- a/README.markdown +++ b/README.markdown @@ -158,6 +158,14 @@ The following additional variables can be used to control the behaviour 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`).