From de84eb3010264b4227a89ae2f8e108258334f26a Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 6 Jan 2005 15:01:42 +0000 Subject: [PATCH] add lefty, dotty, lneato to graphviz2 tree --- cmd/dotty/mswin32/doinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cmd/dotty/mswin32/doinst diff --git a/cmd/dotty/mswin32/doinst b/cmd/dotty/mswin32/doinst new file mode 100755 index 000000000..7ceb57c9b --- /dev/null +++ b/cmd/dotty/mswin32/doinst @@ -0,0 +1,8 @@ +set -x + +if [[ $1 == '' || $1 == '-d' ]] then + cp -p debug/dotty.exe ../bin +elif [[ $1 == '-a' ]] then + cp -p release/dotty.exe ../bin +fi +cp -p *.lefty ../lib/lefty -- 2.40.0