[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 727adfce7b0aa4d7d96dfe89ffb5613901e8392c
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits