Skip to content

Commit

Permalink
Languedoc scripts and naming synch
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@591 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 13, 2009
1 parent 1e0dd8f commit bd4df3d
Show file tree
Hide file tree
Showing 14 changed files with 360 additions and 185 deletions.
2 changes: 1 addition & 1 deletion shared/tools/ldf2tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ elif [ ! -r $1 ]; then
echo "Oops: $1 not found or not readable."
exit 1
else
xsltproc ${SLPS}/shared/xsl/ldf2tex.xslt $1 > $2
xsltproc ${SLPS}/shared/xsl/ldf2tex.xslt $1 | python ${SLPS}/topics/presentation/prettyprint/postproc.py > $2
fi
8 changes: 3 additions & 5 deletions shared/tools/xsd2ldf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ elif [ ! -r $1 ]; then
exit 1
else
rm -f $2
sh ${SLPS}/shared/tools/xsd2bgf $1 bgf.tmp
python ${SLPS}/topics/extraction/xsd2ldf/ldfgen.py $1 bgf.tmp $2
xsltproc ${SLPS}/shared/xsl/ldl2ldl_tail.xslt $2 >ldf.tmp
xsltproc ${SLPS}/shared/xsl/ldl2ldl_lift.xslt ldf.tmp >$2
rm -f lgf.tmp
sh ${SLPS}/shared/tools/xsd2bgf $1 $2.bgf
python ${SLPS}/topics/extraction/xsd2ldf/ldfgen.py $1 $2.bgf $2
rm -f $2.bgf
fi

Loading

0 comments on commit bd4df3d

Please sign in to comment.