Skip to content

Commit

Permalink
topics/presentation/prettyprint is ambiguous and misleading;
Browse files Browse the repository at this point in the history
it will be separated into topics/export/ebnf and topics/convergence/ebnf


git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@894 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Dec 9, 2010
1 parent 43cc5a0 commit 8919992
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ test:
check:
${validator} lcf bnf.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -n1 ${validator} bgf
find ../../fl/lci/snapshot/ -name "*.bgf" | xargs -n1 ../../../shared/tools/bgf2bnf > /dev/null
find ../../java/lci/snapshot/ -name "*.bgf" | xargs -n1 ../../../shared/tools/bgf2bnf > /dev/null
ls -1 */*.bgf | xargs -n1 ${validator} bgf

clean:
rm -f *.bnf bgf/* architecture* xbgf.log
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion topics/extraction/xsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
cat tests/list | xargs -n1 ./testperform
cat tests/set | xargs -n1 ./testperform

clean:
rm -f *~ *.bgf
File renamed without changes.

0 comments on commit 8919992

Please sign in to comment.