From b3be1a29ab3390cbcf07ca39ab8ab37b1301d0d9 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 21 Sep 2004 17:29:55 +0000 Subject: [PATCH] [project @ 2004-09-21 17:29:55 by panne] Make sure "docs" and "dist" exactly once in SRC_DIST_DIRS. MERGE TO STABLE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 670eac7..317d982 100644 --- a/Makefile +++ b/Makefile @@ -374,7 +374,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) # # Files to include in source distributions # -SRC_DIST_DIRS += docs distrib $(SUBDIRS) +SRC_DIST_DIRS += docs distrib $(filter-out docs distrib,$(SUBDIRS)) SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README Makefile Makefile.config install-sh \ -- 1.7.10.4