summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorchatty2000-07-13 15:54:23 +0000
committerchatty2000-07-13 15:54:23 +0000
commit48ee0a22ae11a0ebc00a86e1b26955f4880dec15 (patch)
tree417a03d700e5c52316e890212d5e17011f2b24e8 /src/Makefile
parentd03da3408dfa60d1b30497d650a959019ccb1ae4 (diff)
downloadirbox-master.zip
irbox-master.tar.gz
irbox-master.tar.bz2
irbox-master.tar.xz
irbox.init and irbox.conf have been moved from src to redhatHEADmaster
man pages are now installed
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index c8381ed..1b64dea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -50,11 +50,17 @@ clean:
install: all
test -d $(PREFIX)/usr/bin || mkdirhier $(PREFIX)/usr/bin
- test -d $(PREFIX)$(IRBOX_DIR) || mkdirhier $(PREFIX)$(IRBOX_DIR)
install -m755 irbox $(PREFIX)/usr/bin
+ test -d $(PREFIX)/usr/man/man5 || mkdirhier $(PREFIX)/usr/man/man5
+ install -m 644 ../doc/irbox.5 $(PREFIX)/usr/man/man5
+ test -d $(PREFIX)/usr/man/man8 || mkdirhier $(PREFIX)/usr/man/man8
+ install -m 644 ../doc/irbox.8 $(PREFIX)/usr/man/man8
+ test -d $(PREFIX)$(IRBOX_DIR) || mkdirhier $(PREFIX)$(IRBOX_DIR)
for f in `find ../data -type f -maxdepth 1`; do \
- install -m 644 $$f $(PREFIX)$(IRBOX_DIR); \
- done
+ install -m 644 $$f $(PREFIX)$(IRBOX_DIR); \
+ done
+
+
rpm::
/usr/bin/rpmize