# Makefile to install helper scripts for using FileMerge # with other tools. install-dir=Library/Application\ Support/Versions/Compare\ Scripts script-name=Filemerge-with-forced-utf8.sh all: install-versionsdifftool install-versionsdifftool: $(HOME)/$(install-dir)/$(script-name) $(HOME)/$(install-dir)/$(script-name): $(script-name) @echo "*** ***" @echo "*** Installing $< ***" @echo "*** ***" @echo "*** Please select this script in Versions prefe- ***" @echo "*** rences dialog to complete the installation. ***" @echo "*** ***" @mkdir -p $(HOME)/$(install-dir) @cp -f "$<" "$@"