Revision 2ba91e96981fb92f42b01dfae8a315b2965077d5 authored by Sergey Vlasov on 01 March 2007, 19:41:14 UTC, committed by Junio C Hamano on 01 March 2007, 21:24:54 UTC
Adding dependencies on included files to the generated man pages is
wrong - includes are processed by asciidoc, therefore the intermediate
Docbook XML files really depend on included files.  Because of these
wrong dependencies the man pages were not rebuilt properly if the
intermediate XML files were left in the tree.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a1367d1
Raw File
rsh.h
#ifndef RSH_H
#define RSH_H

int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, 
		     char *url, int rmt_argc, char **rmt_argv);

#endif
back to top