From 44080244b01ccaedfb78127df009a36d3db204ab Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Wed, 15 Dec 1999 15:39:43 +0000 Subject: [PATCH] Delete mention of Opium-M. Estimated hours taken: 0.25 RELEASE_NOTES: Delete mention of Opium-M. Mmakefile: Exclude opium_m and morphine from the release. --- Mmakefile | 4 ++++ RELEASE_NOTES | 22 ++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Mmakefile b/Mmakefile index 7c3e5a8e6..688c8ccf2 100644 --- a/Mmakefile +++ b/Mmakefile @@ -235,6 +235,8 @@ tar: README INSTALL mv $$ROOTNAME/trial stuff-to-exclude; \ mv $$ROOTNAME/bytecode stuff-to-exclude; \ mv $$ROOTNAME/lp_solve stuff-to-exclude; \ + mv $$ROOTNAME/extras/morphine stuff-to-exclude; \ + mv $$ROOTNAME/extras/opium_m stuff-to-exclude; \ mv $$ROOTNAME/extras/aditi stuff-to-exclude; \ mv $$ROOTNAME/extras mercury-extras-$(VERSION); \ mv $$ROOTNAME mercury-compiler-$(VERSION); \ @@ -248,6 +250,8 @@ tar: README INSTALL mv mercury-compiler-$(VERSION) $$ROOTNAME; \ mv mercury-extras-$(VERSION) $$ROOTNAME/extras; \ mv mercury-tests-$(VERSION) tests; \ + mv stuff-to-exclude/opium_m $$ROOTNAME/extras/opium_m;\ + mv stuff-to-exclude/morphine $$ROOTNAME/extras/morphine;\ mv stuff-to-exclude/aditi $$ROOTNAME/extras/aditi;\ mv stuff-to-exclude/* $$ROOTNAME; \ rmdir stuff-to-exclude; \ diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9ace77fe9..342f0d111 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -171,18 +171,16 @@ The "mercury-compiler" distribution contains: o the Prolog to Mercury transition guide o some sample Mercury programs -The "mercury-extras" distribution contains: - o some extra libraries for - - processing HTML forms using the CGI interface - - arithmetic on complex and imaginary numbers - - graphics using Tk and OpenGL - - lazy evaluation - - dynamic linking - - POSIX interface - - backtrackable (trailed) destructive update - - an ODBC database interface - - a CLP(R) interface, i.e. constraint solving over real numbers - o the OPIUM-M trace analysis system +The "mercury-extras" distribution contains some extra libraries for: + o processing HTML forms using the CGI interface + o arithmetic on complex and imaginary numbers + o graphics using Tk and OpenGL + o lazy evaluation + o dynamic linking + o POSIX interface + o backtrackable (trailed) destructive update + o an ODBC database interface + o a CLP(R) interface, i.e. constraint solving over real numbers The "mercury-tests" distribution contains a test suite.