]> granicus.if.org Git - graphviz/commitdiff
Fix typo and remove elimination of nmakefiles (these are long gone).
authorerg <devnull@localhost>
Thu, 20 Jan 2005 20:51:12 +0000 (20:51 +0000)
committererg <devnull@localhost>
Thu, 20 Jan 2005 20:51:12 +0000 (20:51 +0000)
graphviz-win.sh

index 7fc3c4e7ee7a787eee0792a58fd0e363bd703442..83e85805c5ff55030a442d151901474ecd2e3e19 100755 (executable)
@@ -39,7 +39,6 @@ rm -rf \
        graphviz-win.sh
 
 find . -name "Make*" -exec rm -f {} \;
-find . -name "nmakefile" -exec rm -f {} \;
 
 # for now, lets try to fix these to be portable in the main tree
 # leaving: windows/config.h windows/cdt/ast_common.h
@@ -51,7 +50,7 @@ rm -f \
        windows/lib/graph/parser.h \
        windows/lib/common/colortbl.h \
        windows/cmd/lefty/dot2l/dotparse.c \
-       windows/cmd.lefty/dot2l/dotparse.h
+       windows/cmd/lefty/dot2l/dotparse.h
 
 # Merge all the useful bits onto the main tree, then lose the windows dir
 cp -rp windows/* .