aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-25 13:05:58 +0000
committerDavid Aspinall1998-11-25 13:05:58 +0000
commit223398f52899e5c3652f179745fe3950ce0f25d8 (patch)
treee4ec5af860942850e0b770eb0869a08f87c37ab2
parent7af7d1fdae2d78f5e76bf3e82a656d44dc157e9d (diff)
Remove isa/wip.ML from distrib and web.
-rw-r--r--Makefile.devel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 537fc33f..8e193d82 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -88,10 +88,10 @@ TAR=tar
DEVELMAKE=make -f Makefile.devel
# Files not to include the distribution area or tarball
-NONDISTFILES=html etc Makefile.devel doc/notes.txt images/*.xcf images/notes.txt images/gimp images/Makefile
+NONDISTFILES=html etc Makefile.devel doc/notes.txt images/*.xcf images/notes.txt images/gimp images/Makefile isa/wip.ML
# Files not to include in the distribution tarball
-IGNOREDFILES=doc/ProofGeneral.dvi Makefile.devel todo
+IGNOREDFILES=doc/ProofGeneral.dvi Makefile.devel todo isa/wip.ML
# Temporary directory to to build a distribution in
DISTBUILDIR = /tmp/ProofGeneralRelease