From 52b3ac4b6c78d41d83746a736a1e02c55b1bc04b Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 30 Jun 2000 09:44:24 +0000 Subject: [PATCH] Some documentation files not included in the distribution --- SRC/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SRC/Makefile.am b/SRC/Makefile.am index 5890fc1..4cc0e30 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -6,13 +6,14 @@ 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 test: check tests: check -EXTRA_DIST = $(man_MANS) $(TESTS) +EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS) ## Otherwise, we depend on GNUmake, but for CVS users, not for regular ## tarball users