diff options
author | Ludovic Courtes | 2006-02-21 20:55:41 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-02-21 20:55:41 +0000 |
commit | ae7f43fb57d1e8a7df040c372cc4d2b7e4532ad7 (patch) | |
tree | fd2064bffbd47a0600d59ad27172fd264538300f /configure.ac | |
parent | 5a05a0fe9bfc54af7cb455f2b8350984b075ece0 (diff) | |
parent | 716e3a477583ff7680b5188a60395fd2e4b150c3 (diff) | |
download | skribilo-ae7f43fb57d1e8a7df040c372cc4d2b7e4532ad7.tar.gz skribilo-ae7f43fb57d1e8a7df040c372cc4d2b7e4532ad7.tar.lz skribilo-ae7f43fb57d1e8a7df040c372cc4d2b7e4532ad7.zip |
Merge from lcourtes@laas.fr--2004-libre
Patches applied:
* lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 41-54)
- Merge from lcourtes@laas.fr--2005-mobile
- More Skribe compatibility fixes (more exported bindings).
- Implemented `lout-illustration' for non-Lout engines.
- Created the `(skribilo utils files)' module.
- Skribe reader: consider square brackets as delimiters.
- `skribilo': do not catch all exceptions, let a stack trace be output
intead.
- Added the equation formatting package (unfinished, undocumented).
- `eq' package: added the `script' markup.
- Implemented `when-engine-is-loaded'.
- Fixes for `when-engine-is-loaded'.
- `slide' and `eq': moved engine-specific code in separate modules.
- Lout engine: fixed use of `@Sym' so that it works fine within `@Eq'.
- `eq': Added `eq:in', `eq:notin' and their Lout writers.
- `eq': added the `apply' markup.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-34
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 17f914d..90ae155 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ AC_OUTPUT([Makefile src/guile/skribilo/engine/Makefile src/guile/skribilo/reader/Makefile src/guile/skribilo/package/Makefile + src/guile/skribilo/package/slide/Makefile + src/guile/skribilo/package/eq/Makefile src/guile/skribilo/skribe/Makefile src/guile/skribilo/coloring/Makefile doc/Makefile |