diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-07 08:26:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-07 08:26:51 +0000 |
commit | 818a632e80936067130a41d592e7af69c850c110 (patch) | |
tree | e9bc22a86904facb733e33445472f9613f28c32f /docs/Makefile.am | |
parent | 00afb0f638d47dec46e0ac96f71c5150a9a5d744 (diff) |
Added VERSIONS that explains about the (lib)curl version numbers
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 2d4836a7e..b0fea655e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -61,7 +61,7 @@ HTMLPAGES = \ EXTRA_DIST = $(man_MANS) \ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ - $(HTMLPAGES) + VERSIONS $(HTMLPAGES) MAN2HTML= gnroff -man $< | man2html >$@ |