From 3fe92fcefb90e960d235746b4e5bda7c68e62759 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Mon, 13 Dec 2004 14:36:38 +0000 Subject: [PATCH] added test export-win --- Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.in b/Makefile.in index fbf12ef75..594514252 100755 --- a/Makefile.in +++ b/Makefile.in @@ -291,6 +291,15 @@ export: changes @INSTALL@ -d $(export_dir) if (test -d $(export_dir)/cantera); then rm -r -f $(export_dir)/cantera; fi cd $(export_dir); cvs export -D 1/01/2010 cantera + cd $(export_dir)/cantera; rm -r -f win32 + cd $(export_dir); mv cantera cantera-$(version) + +export-win: changes + @INSTALL@ -d $(export_dir) + if (test -d $(export_dir)/cantera); then rm -r -f $(export_dir)/cantera; fi + cd $(export_dir); cvs export -D 1/01/2010 cantera + cd $(export_dir)/cantera; rm -r -f win32 + cd $(export_dir)/cantera; cvs export -D 1/01/2010 win32 cd $(export_dir); mv cantera cantera-$(version) pack: export