From: Daniel Stenberg Date: Thu, 3 Oct 2002 12:50:48 +0000 (+0000) Subject: Bjorn Wiren pointed out that INSTALL was missing in the tarballs X-Git-Tag: curl-7_10_1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa41dd04b8d1d72f4c42ffd46e49fb72ad9753e;p=curl Bjorn Wiren pointed out that INSTALL was missing in the tarballs --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 7664079a7..5e2dea18e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = examples libcurl EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) \ - HISTORY + HISTORY INSTALL MAN2HTML= gnroff -man $< | man2html >$@