~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
@SET_MAKE@
16
16
 
17
17
#
18
 
# $Id: Makefile.am,v 1.26 2007-10-04 22:05:25 bagder Exp $
 
18
# $Id: Makefile.am,v 1.27 2008-01-08 14:52:07 bagder Exp $
19
19
#
20
20
srcdir = @srcdir@
21
21
top_srcdir = @top_srcdir@
147
147
SED = @SED@
148
148
SET_MAKE = @SET_MAKE@
149
149
SHELL = @SHELL@
 
150
SSL_ENABLED = @SSL_ENABLED@
 
151
STATICLIB_FALSE = @STATICLIB_FALSE@
 
152
STATICLIB_TRUE = @STATICLIB_TRUE@
150
153
STRIP = @STRIP@
151
154
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
152
155
USE_GNUTLS = @USE_GNUTLS@
218
221
 curl_multi_strerror.3 curl_share_strerror.3 curl_global_init_mem.3      \
219
222
 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3                 \
220
223
 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3            \
221
 
 curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3
 
224
 curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3                 \
 
225
 curl_easy_pause.3
222
226
 
223
227
HTMLPAGES = curl_easy_cleanup.html curl_easy_getinfo.html                 \
224
228
 curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html         \
236
240
 curl_share_strerror.html curl_global_init_mem.html libcurl-tutorial.html \
237
241
 curl_easy_reset.html curl_easy_escape.html curl_easy_unescape.html       \
238
242
 curl_multi_setopt.html curl_multi_socket.html curl_multi_timeout.html    \
239
 
 curl_formget.html curl_multi_assign.html
 
243
 curl_formget.html curl_multi_assign.html curl_easy_pause.html
240
244
 
241
245
PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf curl_easy_init.pdf \
242
246
 curl_easy_perform.pdf curl_easy_setopt.pdf curl_easy_duphandle.pdf       \
253
257
 curl_share_strerror.pdf curl_global_init_mem.pdf libcurl-tutorial.pdf    \
254
258
 curl_easy_reset.pdf curl_easy_escape.pdf curl_easy_unescape.pdf          \
255
259
 curl_multi_setopt.pdf curl_multi_socket.pdf curl_multi_timeout.pdf       \
256
 
 curl_formget.pdf curl_multi_assign.pdf
 
260
 curl_formget.pdf curl_multi_assign.pdf curl_easy_pause.pdf
257
261
 
258
262
CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
259
263
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI