bagder: curl-www/libcurl/c Makefile, 1.42, 1.43 _curl_easy_pause.html, NONE, 1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/c In directory labb:/tmp/cvs-serv1811 Modified Files: Makefile Added Files: _curl_easy_pause.html Log Message: the new pause page Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/c/Makefile,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- Makefile 12 Sep 2006 10:42:28 -0000 1.42 +++ Makefile 8 Jan 2008 14:58:49 -0000 1.43 @@ -38,7 +38,7 @@ libcurl-tutorial.html curl_easy_reset.html curl_multi_socket.html \ curl_multi_timeout.html curl_multi_setopt.html \ curl_easy_escape.html curl_easy_unescape.html curl_multi_assign.html \ - curl_formget.html + curl_formget.html curl_easy_pause.html all: $(PAGES) @@ -82,6 +82,11 @@ curl_easy_setopt.t: $(MANROOT)/curl_easy_setopt.3 $(MAN2HTML) < $< >$@ +curl_easy_pause.html: _curl_easy_pause.html $(MAINPARTS) curl_easy_pause.t + $(ACTION) +curl_easy_pause.t: $(MANROOT)/curl_easy_pause.3 + $(MAN2HTML) < $< >$@ + curl_easy_getinfo.html: _curl_easy_getinfo.html $(MAINPARTS) curl_easy_getinfo.t $(ACTION) --- NEW FILE: _curl_easy_pause.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>libcurl - curl_easy_pause()</TITLE> #include "css.t" #include "manpage.t" </HEAD> #define MENU_EASY #define LIBCURL_DOCS #define DOCS_EASY_PAUSE #define CURL_URL libcurl/c/curl_easy_pause.html #define AD_BIGGOOGLELEFT #include "_menu.html" #include "setup.t" WHERE3(libcurl, "/libcurl/", C API, "/libcurl/c/", curl_easy_pause) TITLE(curl_easy_pause.3 -- man page) #include "curl_easy_pause.t" #include "_footer.html" </BODY> </HTML>