Skip to content
Snippets Groups Projects
Commit 64a140d6 authored by tjc's avatar tjc
Browse files

update

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1788 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent bcb4d6fb
No related branches found
No related tags found
No related merge requests found
# This is a GNU Makefile for Artemis # This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.6 2004-08-09 14:13:20 tjc Exp $ # $Header: //tmp/pathsoft/artemis/Makefile,v 1.7 2004-08-09 15:31:56 tjc Exp $
SHELL=/bin/sh SHELL=/bin/sh
...@@ -249,7 +249,7 @@ dist : ...@@ -249,7 +249,7 @@ dist :
mkdir tar_build mkdir tar_build
mkdir tar_build/artemis mkdir tar_build/artemis
rm -f artemis_compiled_latest.tar.gz rm -f artemis_compiled_latest.tar.gz
tar cf - $(OTHER_FILES) art etc | (cd tar_build/artemis; tar xf -) tar cf - $(OTHER_FILES) act art etc | (cd tar_build/artemis; tar xf -)
tar cf - uk nsdb type seqdb lib | (cd tar_build/artemis; tar xf -) tar cf - uk nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
(cd tar_build; tar czvf ../artemis_compiled.tar artemis) (cd tar_build; tar czvf ../artemis_compiled.tar artemis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment