diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-10-03 12:50:48 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-03 12:50:48 +0000 | 
| commit | 8aa41dd04b8d1d72f4c42ffd46e49fb72ad9753e (patch) | |
| tree | f07976b52ac60fc117cdf5ceb66e651ef36fa69d /docs | |
| parent | e890113fc618d4028b3d92f9b42a346abbb9fde6 (diff) | |
Bjorn Wiren pointed out that INSTALL was missing in the tarballs
Diffstat (limited to 'docs')
| -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 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 >$@  | 
