diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 08:27:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 08:27:45 +0000 |
commit | 83b87d53c1a0918d2bed58514e1bafd0426f3c37 (patch) | |
tree | f056e3ad759626b738e42eb069e6d070b40d8fc2 /docs | |
parent | 1e99f1ee41cbad7c300e655ba72dc918035ffbfd (diff) |
removed libcurl-the-guide from the dist
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 a41c063df..a5e292fb0 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,7 +17,7 @@ CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS \ KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL \ - libcurl-the-guide $(PDFPAGES) LICENSE-MIXING + $(PDFPAGES) LICENSE-MIXING MAN2HTML= roffit < $< >$@ |