diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-02-26 13:46:38 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-26 13:46:38 +0000 | 
| commit | b995af17eb934f7390daeba98dd58f374b8ba013 (patch) | |
| tree | 0fffe6008022a613e8b9d9c90b1a02601a11b2ba | |
| parent | 6589579850b09ff6bd3d987dc7172a5eef6f96e5 (diff) | |
added index.html
| -rw-r--r-- | docs/Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/Makefile.am b/docs/Makefile.am index 7b3fa1339..d729b280e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,7 +10,8 @@ man_MANS = \  HTMLPAGES = \  	curl.html \ -	curl-config.html +	curl-config.html \ +	index.html  PDFPAGES = \  	curl.pdf \ | 
