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.
This commit is contained in:
Fergus Henderson
1999-12-15 15:39:43 +00:00
parent 0d9317425a
commit 44080244b0
2 changed files with 14 additions and 12 deletions

View File

@@ -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; \