diff --git a/SRC/CREDITS b/SRC/CREDITS deleted file mode 100644 index b150910..0000000 --- a/SRC/CREDITS +++ /dev/null @@ -1,15 +0,0 @@ -Richard Stevens, author of the book "Unix network programming" -for his book and his many examples (a lot of the code comes from -him by copy-and-paste). - -Pierre Beyssac, author of the "bing" tool for examples of code -and beta-testing. - -Christian Grimm for the ICP code. - -The Pasteur Institute because the work was done when working on the -French national Web cache project, while being an employee of the -Institute. - -$Id$ - diff --git a/SRC/Makefile.in b/SRC/Makefile.in index b9f3bb8..4f27286 100644 --- a/SRC/Makefile.in +++ b/SRC/Makefile.in @@ -68,10 +68,11 @@ bin_PROGRAMS = echoping man_MANS = echoping.1 echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h echoping_LDADD = +DOCS = DETAILS TESTS = test-echoping-local test-echoping-remote test-echoping-icp -EXTRA_DIST = $(man_MANS) $(TESTS) +EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h