Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
b3be1a29
Commit
b3be1a29
authored
Sep 21, 2004
by
panne
Browse files
[project @ 2004-09-21 17:29:55 by panne]
Make sure "docs" and "dist" exactly once in SRC_DIST_DIRS. MERGE TO STABLE
parent
8c1c956b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b3be1a29
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment