From: Ian Jackson Date: Thu, 14 Nov 2019 12:39:00 +0000 (+0000) Subject: docs: Summarise directory reference syntaxes, permute X-Git-Tag: subdirmk/0.1~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=8bc9a69bf184b651818de2047cfba8f1b09b1903;ds=sidebyside docs: Summarise directory reference syntaxes, permute Just permute the columns which seems to be clearer. Signed-off-by: Ian Jackson --- diff --git a/README b/README index 5897e30..5a585df 100644 --- a/README +++ b/README @@ -141,15 +141,15 @@ config.status etc. is done for you. Summary of directory reference syntaxes --------------------------------------- - In source tree In build tree - Relative Absolute Relative Absolute - - &file $(abs)/&file - This directory &^/file &~/file &/file $(abs)/&/file - & ^ f g h & ~ f g h & f g h - - Top level $(ts)/file $(ats)/file file $(abs)/file - f g h + In build tree In source tree + Relative Absolute Relative Absolute + + &file $(abs)/&file + This directory &/file $(abs)/&/file &^/file &~/file + & f g h & ^ f g h & ~ f g h + + Top level file $(abs)/file $(ts)/file $(ats)/file + f g h Substitution syntax -------------------