]> granicus.if.org Git - graphviz/commitdiff
add lefty, dotty, lneato to graphviz2 tree
authorellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)
committerellson <devnull@localhost>
Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)
cmd/lneato/mswin32/doinst [new file with mode: 0755]

diff --git a/cmd/lneato/mswin32/doinst b/cmd/lneato/mswin32/doinst
new file mode 100755 (executable)
index 0000000..be76d19
--- /dev/null
@@ -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