Skip to content

Commit

Permalink
Merge pull request #1103 from tleedjarv/deprec-fsmonitor.py
Browse files Browse the repository at this point in the history
Do not install `fsmonitor.py`
  • Loading branch information
gdt authored Dec 22, 2024
2 parents af5308a + a75498c commit e5e92b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/make_tools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,6 @@ let install () =
install_if_exists "src" "unison" (destdir ^ bindir);
install_if_exists "src" "unison-gui" (destdir ^ bindir);
install_if_exists "src" "unison-fsmonitor" (destdir ^ bindir);
if not (exists "src" "unison-fsmonitor") then begin
(* FIXME: fsmonitor.py is legacy and unmaintained. Drop? *)
install_if_exists "src" "fsmonitor.py" (destdir ^ bindir)
end;
if exists "man" "unison.1" then begin
exec [install; "-d"; destdir ^ man1dir];
exec [install_data; "man/unison.1"; destdir ^ man1dir ^ "/unison" ^ manext]
Expand Down

0 comments on commit e5e92b6

Please sign in to comment.