summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1981945b2..b3e134b0d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,8 +11,9 @@ JAVAFLAGS=-target 1.4 -source 1.4
DIST_DIR=GF-$(PACKAGE_VERSION)
NOT_IN_DIST= \
grammars \
+ download \
doc/release2.html \
- src/util/AlphaConvGF.hs
+ src/tools/AlphaConvGF.hs
BIN_DIST_DIR=$(DIST_DIR)-$(host)