From 8aa41dd04b8d1d72f4c42ffd46e49fb72ad9753e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Oct 2002 12:50:48 +0000 Subject: [PATCH] Bjorn Wiren pointed out that INSTALL was missing in the tarballs --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >$@