Accept files & directories for conversion
git-svn-id: file:///srv/svn/repo/kosuzu/trunk@13 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
@@ -20,7 +20,7 @@ let publish ids =
|
||||
with Unix.Unix_error (Unix.EEXIST, _, _) -> ();
|
||||
List.iter (fun t ->
|
||||
Index.((load (snd t)) false None None None None);
|
||||
Convert.convert_dir (fst t) false (snd t))
|
||||
Convert.at_path (fst t) false (snd t))
|
||||
targets
|
||||
|
||||
open Cmdliner
|
||||
|
||||
Reference in New Issue
Block a user