diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-27 17:02:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-27 17:02:38 +0000 |
commit | ef3f97878406a9958b7edd4a1d0b5e873b658fd5 (patch) | |
tree | e5a86a10786532474435ebef10e698b344d9823f /docs/Makefile.am | |
parent | e410860e0efe77ee22be13d18cedd629baf2d538 (diff) |
Added BINDINGS, lists all available libcurl bindings as of this date.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 85885b221..9a507f6fb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -16,7 +16,7 @@ SUBDIRS = examples libcurl EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ - VERSIONS KNOWN_BUGS $(man_MANS) $(HTMLPAGES) + VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) MAN2HTML= gnroff -man $< | man2html >$@ |