From f058c72b229919646196abdf01f8c730026f258a Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Thu, 16 Jul 2020 23:36:11 +1000 Subject: [PATCH] Note on non-relative Directories --- bin/cadmus | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cadmus b/bin/cadmus index 26cf499..596c99a 100755 --- a/bin/cadmus +++ b/bin/cadmus @@ -333,6 +333,8 @@ function ExportHelp () { echo -e " This does not work for multiple selections (yet) so avoid pressing" echo -e " TAB to try and export multiple files, it won't work" echo + echo -e " The links in exports are not relative, I don't know why," + echo -e " I need to fix this because it's really really inconvenient. }