Revision c0f12bb6f3ea8f1350371695b42990a5c2eb93f2 authored by Giuseppe Attardi on 02 March 1998, 23:00:00 UTC, committed by CMM Curation Team on 11 December 2019, 14:35:48 UTC
Contributors mentioned in Changelog :
 - Giuseppe Attardi @attardi
 - Tito Flagella @tflagella
 - Pietro Iglio
1 parent 55778ad
Raw File
Makefile

release:
	(VER=`/bin/ls -og curr | sed -e s/".* "// -e s/\\\./-/`; \
	tar zchf distrib/cmm-$${VER}.tgz cmm; \
	cd distrib; \
	/bin/rm cmm.tgz; \
	ln -s cmm-$${VER}.tgz cmm.tgz)
back to top