diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-23 11:39:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-23 11:39:05 +0000 |
commit | 0423fd9b55b1865824104d5c3825c8f0e01a319c (patch) | |
tree | 6316d42145aac5ffa9381ef4fcbb550357037285 /docs/Makefile.am | |
parent | 789ab20bf783fa86149a665efb8a120ee9205c71 (diff) |
SSLCERTS was moved into the docs/ directory
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 d729b280e..1b2d9ff40 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,7 +19,7 @@ PDFPAGES = \ SUBDIRS = examples libcurl -EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ +EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) \ HISTORY INSTALL libcurl-the-guide $(PDFPAGES) |