Skip to content

Commit

Permalink
starting topics/export for "presentation" topics that concern exporti…
Browse files Browse the repository at this point in the history
…ng BGF to different executable grammar notations

git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@833 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Sep 29, 2010
1 parent 47c4a7a commit 5a2be99
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
7 changes: 7 additions & 0 deletions topics/export/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all:

test:
cd txl && make test

clean:
rm -f *~
8 changes: 8 additions & 0 deletions topics/export/txl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bgfdir = ../../storage/bgf/tests
tooldir = ../../../shared/tools

test:
ls -1 ${bgfdir} | xargs -n1 ./bgf2txl2bgf ${tooldir} ${bgfdir}

clean:
rm -f *~ *.bgf *.txl *.bnf
9 changes: 9 additions & 0 deletions topics/export/txl/bgf2txl2bgf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

$1/bgf2txl $2/$3 $3.txl
$1/txl2bgf $3.txl $3.back.bgf
$1/gdt $2/$3 $3.back.bgf
if [ $? -ne 0 ]
then
exit 255
fi
11 changes: 0 additions & 11 deletions topics/presentation/export/Makefile

This file was deleted.

0 comments on commit 5a2be99

Please sign in to comment.