aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-07 08:29:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-07 08:29:24 +0000
commit58cad04bbbe2438d499c5f2c9f1af40e2a78a555 (patch)
tree9c78a7d52e38a0288ea07a1447c9936f8f47e8ff /docs/Makefile.am
parent9bb64d6827a30bd3fa1615588008eb980d07f249 (diff)
added the "known bugs" file
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 75323ecd6..85885b221 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -16,7 +16,7 @@ SUBDIRS = examples libcurl
EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \
README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \
- VERSIONS $(man_MANS) $(HTMLPAGES)
+ VERSIONS KNOWN_BUGS $(man_MANS) $(HTMLPAGES)
MAN2HTML= gnroff -man $< | man2html >$@