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
(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