summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:33:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:33:54 +0000
commit78f6b511fdc6c695b75562c820a9444ab11cd8ea (patch)
tree4e4cec261e7c3c06c99f18b4f36164daa4e7317a /GNUmakefile
parent522bf77cf4c41fcc9fd9e8b6b769b994b7705b5f (diff)
$(PROG) is gorn.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 932ba34b..8774b276 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.95 2009-05-13 23:26:59 nicm Exp $
+# $Id: GNUmakefile,v 1.96 2009-05-13 23:33:54 nicm Exp $
.PHONY: clean
@@ -44,6 +44,6 @@ clean:
install:
$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
- $(INSTALLBIN) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+ $(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
$(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1
- $(INSTALLMAN) $(PROG).1 $(DESTDIR)$(PREFIX)/man/man1/$(PROG).1
+ $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1