From: Andre Noll Date: Sun, 9 Sep 2007 15:16:23 +0000 (+0200) Subject: Makefile.in: Add afs_command_list.man to the list of server commands. X-Git-Tag: v0.3.0~439 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=278198885d876d4ca7635e89d119c84830f8f7c7;p=paraslash.git Makefile.in: Add afs_command_list.man to the list of server commands. --- diff --git a/Makefile.in b/Makefile.in index a0a7fc43..4a9470b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,8 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo ./command_util.sh man < $< > $@ server_command_lists = server_command_list.man random_selector_command_list.man \ - playlist_selector_command_list.man mysql_selector_command_list.man + playlist_selector_command_list.man mysql_selector_command_list.man \ + afs_command_list.man man/man1/para_server.1: para_server $(server_command_lists) mkdir -p man/man1 opts="-N `for i in $(server_command_lists); do echo "-i $$i"; done`"; \