X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/e0c0562b79020c115373957d9c2d92a575758dda..5aeea1d05c6438a1cbcf95ee336d4710a72f925d:/README.markdown?ds=sidebyside

diff --git a/README.markdown b/README.markdown
index 7e9b74b..4c1f1d6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -160,7 +160,8 @@ The following additional variables can be used to control the behaviour
 - **`FINDRULES`:**
   Rules to use with `find` when searching for source files.
   The default ignores hidden files, those that start with a period or
-    hyphen‐minus, and those which contain a pipe, buck, or colon.
+    hyphen‐minus, and those which contain a pipe, buck, percent, or
+    colon.
 
 - **`FINDINCLUDERULES`:**
   Rules to use with `find` when searching for includes (default:
@@ -304,6 +305,15 @@ Embedding takes place after parsing but before transformation, so
   and update them accordingly; it will signal an error if the
   dependencies are recursive.
 
+## Output Redirection
+
+By default, ⛩️📰 书社 installs files to the same location in `DESTDIR`
+  as they were placed in their `SRCDIR`.
+This behaviour can be customized by setting the `@书社:destination`
+  attribute on the root element, whose value can give a different path.
+This attribute is read after parsing, but before transformation (where
+  it is silently dropped).
+
 ## Transforms
 
 Transforms are used to convert X·M·L files into their final output,