]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blob - Makefile
Merge remote-tracking branch 'mtahmed/master'
[deb_pkgs/autorandr.git] / Makefile
1 all:
2         @echo "Call \"make install\" to install this program."
3         @echo "Call \"make hotplug\" to install matching hotplug events."
4
5 INSTALL_PATH=/usr/local/bin
6 install:
7         install auto-disper ${INSTALL_PATH}
8         install -m 755 autorandr ${INSTALL_PATH}
9         install -m 644 bash_completion/autorandr /etc/bash_completion.d/
10
11 hotplug:
12         install -m 755 pm-utils/40autorandr /etc/pm/sleep.d/
13         install -m 644 udev/40-monitor-hotplug.rules /etc/udev/rules.d/
14         udevadm control --reload-rules