* configure.ac: Output doc/Doxyfile and doc/Makefile.

* doc/Makefile.am, doc/Doxyfile.in: New files.
* Makefile.am (SUBDIRS): Add doc.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-18 10:29:18 +00:00
parent d9cd704bcb
commit 4cf59e76b8
5 changed files with 221 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2003-04-18 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* configure.ac: Output doc/Doxyfile and doc/Makefile.
* doc/Makefile.am, doc/Doxyfile.in: New files.
* Makefile.am (SUBDIRS): Add doc.
* src/ltlparse/ltlscan.ll: Recognize && and ||.
* src/ltltest/parse.test, src/ltltest/parseerr.test,
src/ltltest/equals.test: Use these operators..