diff --git a/no_dist/create_distribution_nmxptool.sh b/no_dist/create_distribution_nmxptool.sh index 787a4aa3bf6ae4c7ee464b9e94a61a186192074d..4532f22e7ac720b94f46716a307dc797df2e093b 100755 --- a/no_dist/create_distribution_nmxptool.sh +++ b/no_dist/create_distribution_nmxptool.sh @@ -95,6 +95,15 @@ for DIRECTORY in $DIRSOURCEVERSION/libnmxp $DIRSOURCEVERSION ; do cd - done +# link to the earthworm makefiles +EWMAKEFILESOL=earthworm/makefile.ux.nognu +EWMAKEFILEUX=earthworm/makefile.ux.nognu +cd $DIRSOURCEVERSION +ln -s $EWMAKEFILESOL makefile.sol +ln -s $EWMAKEFILEUX makefile.ux +cd - + + rm -f `find . -iname "*~"` rm -fr $DIRSOURCEVERSION/libnmxp/doc/rapporto_tecnico_ingv_nmxp.* rm -fr $DIRSOURCEVERSION/libnmxp/doc/nanometrics_naqs_and_data.graffle