aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-04-05 16:51:22 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-04-05 16:51:22 +0000
commit7ca39f41581ff1911fd5c0831801c864a2cbf538 (patch)
tree957e92f39b17b2d2e2f925402f4ed90387ca5514 /Makefile
parent37edf305e4fdee1546be7c2066550eddf365d696 (diff)
downloadnumlock-7ca39f41581ff1911fd5c0831801c864a2cbf538.tar
numlock-7ca39f41581ff1911fd5c0831801c864a2cbf538.tar.gz
numlock-7ca39f41581ff1911fd5c0831801c864a2cbf538.tar.bz2
numlock-7ca39f41581ff1911fd5c0831801c864a2cbf538.tar.xz
numlock-7ca39f41581ff1911fd5c0831801c864a2cbf538.zip
"Seethechangelog"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a919495..9b138e0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,12 @@ clean:
rm -f enable_X11_numlock core *.o
install: all
- install -d $(TOP)/usr/X11R6/bin/
+ install -d $(TOP)/usr/X11R6/{bin,man/man1}/
install -d $(TOP)/etc/{profile.d,rc.d/init.d}/
install -m755 enable_X11_numlock $(TOP)/usr/X11R6/bin
+ install -m755 enable_X11_numlock.1 $(TOP)/usr/X11R6/man/man1/
+
install -m755 numlock $(TOP)/etc/rc.d/init.d/
install -m755 numlock.sh $(TOP)/etc/profile.d/
dis: