Update of /cvsroot/flexml/flexml
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8146
Modified Files:
Makefile.defs flexml.pl
Log Message:
Version 1.5.2: Bug fix: do find the skeleton file in installed distributions
Index: Makefile.defs
===================================================================
RCS file: /cvsroot/flexml/flexml/Makefile.defs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.defs 13 Jul 2006 19:57:03 -0000 1.8
+++ Makefile.defs 18 Jul 2006 12:12:06 -0000 1.9
@@ -6,7 +6,7 @@
#SUFF ?=-$(VER)
SUFF ?=
-VER = 1.5.1
+VER = 1.5.2
# SETUP.
Index: flexml.pl
===================================================================
RCS file: /cvsroot/flexml/flexml/flexml.pl,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- flexml.pl 13 Jul 2006 19:06:42 -0000 1.52
+++ flexml.pl 18 Jul 2006 12:12:06 -0000 1.53
@@ -41,6 +41,8 @@
use vars qw/ $ACTIONS /; # the actions file
use vars qw/ $APPLICATION /; # generated XML application
+$SKELETON = "./skel"; # default value
+
# OPTIONS (and other globals).
my $Use; # usage string
|