]> Lady’s Gitweb - Shushe/blobdiff - README.markdown
Make X·M·L types take priority over plaintext ones
[Shushe] / README.markdown
index 28b8b4684366a80c55be6a9ff55065dd640b9ed5..cae7ac1a82b71159967ea3e76f2fdcc5c14d2449 100644 (file)
@@ -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`).
This page took 0.02186 seconds and 4 git commands to generate.