commit 79c48a9266662e2177fc5d07a5adad2bcf79e8f4 Author: Alexandre Allaire alexandre.allaire@mail.mcgill.ca Date: Wed Mar 13 19:22:24 2013 -0400
Add flashproxy-reg-url manpage to Makefile. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index ccf9718..c132c72 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PYINSTALLER_PY = ../pyinstaller-2.0/pyinstaller.py export PYINSTALLER_TMPDIR = pyinstaller-tmp
CLIENT_BIN = flashproxy-client flashproxy-reg-email flashproxy-reg-http -CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 +CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 doc/flashproxy-reg-url.1 CLIENT_DIST_FILES = $(CLIENT_BIN) README LICENSE ChangeLog torrc CLIENT_DIST_DOC_FILES = $(CLIENT_MAN) doc/LICENSE.GPL doc/LICENSE.PYTHON