[tor-commits] [flashproxy/master] List each man page individually in CLIENT_MANPAGES.

dcf at torproject.org dcf at torproject.org
Tue Nov 13 04:21:40 UTC 2012


commit 727adfce7b0aa4d7d96dfe89ffb5613901e8392c
Author: David Fifield <david at 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:





More information about the tor-commits mailing list