Tilde compatible publication dirs, public_*/txt

This commit is contained in:
orbifx 2022-06-21 16:07:31 +01:00
parent 977462fc5a
commit cb33b6dcad
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ let targets () =
List.filter List.filter
(fun x -> try Sys.is_directory (snd x) with Sys_error _ -> false) (fun x -> try Sys.is_directory (snd x) with Sys_error _ -> false)
[ [
"htm", home ^ "/public/html"; "htm", home ^ "/public_html/txt";
"gmi", home ^ "/public/gemini"; "gmi", home ^ "/public_gemini/txt";
"", home ^ "/public/gopher"; "", home ^ "/public_gopher/txt";
] ]
open Logarion open Logarion