aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-03 12:50:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-03 12:50:48 +0000
commit8aa41dd04b8d1d72f4c42ffd46e49fb72ad9753e (patch)
treef07976b52ac60fc117cdf5ceb66e651ef36fa69d /docs/Makefile.am
parente890113fc618d4028b3d92f9b42a346abbb9fde6 (diff)
Bjorn Wiren pointed out that INSTALL was missing in the tarballs
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am2
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 >$@