Tilde compatible publication dirs, public_*/txt

master
orbifx 9 months ago
parent 977462fc5a
commit cb33b6dcad

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

Loading…
Cancel
Save