mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user