bagder: curl-www/libcurl/c Makefile,1.37,1.38
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/c In directory labb:/tmp/cvs-serv19148 Modified Files: Makefile Log Message: generate HTML versions of the new man pages Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/c/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- Makefile 17 Aug 2004 12:36:26 -0000 1.37 +++ Makefile 2 Jan 2006 23:11:22 -0000 1.38 @@ -35,7 +35,8 @@ curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \ curl_easy_duphandle.html curl_easy_strerror.html \ curl_multi_strerror.html curl_share_strerror.html \ - libcurl-tutorial.html curl_easy_reset.html + libcurl-tutorial.html curl_easy_reset.html curl_multi_socket.html \ + curl_multi_timeout.html all: $(PAGES) @@ -276,6 +277,15 @@ curl_easy_reset.t: $(MANROOT)/curl_easy_reset.3 $(MAN2HTML) < $< >$@ +curl_multi_socket.html: _curl_multi_socket.html $(MAINPARTS) curl_multi_socket.t + $(ACTION) +curl_multi_socket.t: $(MANROOT)/curl_multi_socket.3 + $(MAN2HTML) < $< >$@ + +curl_multi_timeout.html: _curl_multi_timeout.html $(MAINPARTS) curl_multi_timeout.t + $(ACTION) +curl_multi_timeout.t: $(MANROOT)/curl_multi_timeout.3 + $(MAN2HTML) < $< >$@ full: all