Skip to content

Commit

Permalink
cleaning up obsolete bits
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@213 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 23, 2008
1 parent 68fd0a4 commit 636773d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 30 deletions.
25 changes: 0 additions & 25 deletions shared/xsl/ldf2samples.xslt

This file was deleted.

5 changes: 3 additions & 2 deletions topics/extraction/ldf2set/Makefile
@@ -1,6 +1,7 @@
build:

test:
xsltproc ../../../shared/xsl/ldf2samples.xslt ../../fl/ldf/fl.ldf > samples.xml
python xml2set.py samples.xml samples
python ldf2set.py ../../fl/ldf/fl.ldf samples

clean:
rm -rf samples/* samples.xml *.pyc
Expand Up @@ -49,7 +49,7 @@ def unpacksamples(where,dir):
torun.write(line+'\n')
torun.close()
cx+=1
print cx,'samples in the test set.'
print cx-1,'samples in the test set.'

if __name__ == "__main__":
print 'Sample Set Extractor'
Expand Down
4 changes: 2 additions & 2 deletions topics/fl/lci/Makefile
Expand Up @@ -8,8 +8,8 @@ test:

check:
${validator} lcf fl.lcf
ls -1 xbgf/*.xbgf | xargs -1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -1 ${validator} bgf
ls -1 xbgf/*.xbgf | xargs -n1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -n1 ${validator} bgf

clean:
rm -f *~
Expand Down

0 comments on commit 636773d

Please sign in to comment.