X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=4a9470b12517e01b60763f02b0f7e75cccb588b2;hp=c2e7830a917c4a8ef81aa2750b451485bed294dc;hb=81a2a3b91db054a34a011392256c05271ee39114;hpb=1d81d8914bef9c130e6d074b2f7c1ad15e97cc66 diff --git a/Makefile.in b/Makefile.in index c2e7830a..4a9470b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,7 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README FEATURES +grutatxt := NEWS README.mysql CREDITS INSTALL README FEATURES grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_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`"; \