diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-25 09:21:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-25 09:21:45 +0000 |
commit | eb164098b770831a1055b2608c632c5013108d5a (patch) | |
tree | 9882d0d72be5fefd38bd77adbaf573678fa97391 /docs/Makefile.am | |
parent | 62527fa98a822243aaf0b07dde0a85c851ed771b (diff) |
added HISTORY
for newbies ;-)
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 9a507f6fb..7664079a7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -16,7 +16,8 @@ SUBDIRS = examples libcurl EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ - VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) + VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) \ + HISTORY MAN2HTML= gnroff -man $< | man2html >$@ |