From: ellson Date: Thu, 6 Jan 2005 15:01:44 +0000 (+0000) Subject: add lefty, dotty, lneato to graphviz2 tree X-Git-Tag: LAST_LIBGRAPH~32^2~8121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eda19bd14c72b361b9249fda543cca5433d48edf;p=graphviz add lefty, dotty, lneato to graphviz2 tree --- diff --git a/cmd/lneato/mswin32/doinst b/cmd/lneato/mswin32/doinst new file mode 100755 index 000000000..be76d1925 --- /dev/null +++ b/cmd/lneato/mswin32/doinst @@ -0,0 +1,7 @@ +set -x + +if [[ $1 == '' || $1 == '-d' ]] then + cp -p debug/lneato.exe ../bin +elif [[ $1 == '-a' ]] then + cp -p release/lneato.exe ../bin +fi