commit 727adfce7b0aa4d7d96dfe89ffb5613901e8392c Author: David Fifield david@bamsoftware.com Date: Mon Nov 12 20:06:53 2012 -0800
List each man page individually in CLIENT_MANPAGES.
So we can add a program without having to add a man page for it immediately. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 4f3a07a..cdbf30c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BINDIR = $(PREFIX)/bin VERSION = 0.8
CLIENT_EXECUTABLES = flashproxy-client flashproxy-reg-email flashproxy-reg-http -CLIENT_MANPAGES = $(CLIENT_EXECUTABLES:%=doc/%.1) +CLIENT_MANPAGES = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 CLIENT_DIST_FILES = $(CLIENT_EXECUTABLES) README LICENSE torrc
all:
tor-commits@lists.torproject.org