Skip to content
Snippets Groups Projects
Commit 58b20d19 authored by tcarver's avatar tcarver
Browse files

add corba to dist

parent e022ff3f
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ dist :
mkdir tar_build
mkdir tar_build/artemis
rm -f artemis_compiled_latest.tar.gz
tar cf - $(OTHER_FILES) act art Makefile etc | (cd tar_build/artemis; tar xf -)
tar cf - $(OTHER_FILES) act art Makefile corba etc | (cd tar_build/artemis; tar xf -)
tar cf - artemis_sqlmap dnaplotter uk org nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
(cd tar_build; find . -name 'CVS' -print | xargs rm -rf; find . -name '.svn' -print | xargs rm -rf; tar cvf ../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