[project @ 2004-09-21 17:29:55 by panne]
authorpanne <unknown>
Tue, 21 Sep 2004 17:29:55 +0000 (17:29 +0000)
committerpanne <unknown>
Tue, 21 Sep 2004 17:29:55 +0000 (17:29 +0000)
Make sure "docs" and "dist" exactly once in SRC_DIST_DIRS.

MERGE TO STABLE

Makefile

index 670eac7..317d982 100644 (file)
--- 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 \