[flashproxy/master] Install man pages on "make install".

13 Nov
2012
13 Nov
'12
4:21 a.m.
commit 9f1878b28dd11de342a1b3d0b7b71a24e9a6b3b4 Author: David Fifield <david@bamsoftware.com> Date: Mon Nov 12 20:10:53 2012 -0800 Install man pages on "make install". --- Makefile | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index cdbf30c..b52f962 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin +MANDIR = $(PREFIX)/share/man VERSION = 0.8 @@ -12,7 +13,9 @@ all: install: mkdir -p $(BINDIR) - cp -f flashproxy-client flashproxy-reg-email flashproxy-reg-http $(BINDIR) + mkdir -p $(MANDIR)/man1 + cp -f $(CLIENT_EXECUTABLES) $(BINDIR) + cp -f $(CLIENT_MANPAGES) $(MANDIR)/man1 clean: rm -f *.pyc
4589
Age (days ago)
4589
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org