Preliminary work on integrating LTL3BA in ltl2tgba.html.

* wrap/python/ajax/ltl2tgba.html: Add a dedicated tab with
two columns of options.
* wrap/python/ajax/css/ltl2tgba.css: Support for two columns.
* wrap/python/ajax/protocol.txt: Document new options.
* wrap/python/ajax/spot.in: Handle the new options.
* wrap/python/ajax/Makefile.am: Substitude LTL3BA in spot.in.
This commit is contained in:
Alexandre Duret-Lutz 2012-05-23 11:50:21 +02:00
parent 7ceca326ad
commit 988e7e2499
5 changed files with 124 additions and 9 deletions

View file

@ -50,6 +50,7 @@ spot.py: $(srcdir)/spot.in Makefile
-e 's|[@]top_builddir[@]|@top_builddir@|g' \
-e 's|[@]PACKAGE_VERSION[@]|@PACKAGE_VERSION@|g' \
-e 's|[@]DOT[@]|@DOT@|g' \
-e 's|[@]LTL3BA[@]|@LTL3BA@|g' \
<$(srcdir)/spot.in >spot.tmp
chmod +x spot.tmp
mv -f spot.tmp $@