diff options
author | Ludovic Courtes | 2006-03-19 20:08:40 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-03-19 20:08:40 +0000 |
commit | d43ab320c8c711aef6417d33a33d0b3d2058f690 (patch) | |
tree | 7b86cb9f15836f8193a398891a13a9455918e385 /configure.ac | |
parent | 8335269810c4de308aa5b8bfd9c1d8300fd280e1 (diff) | |
download | skribilo-d43ab320c8c711aef6417d33a33d0b3d2058f690.tar.gz skribilo-d43ab320c8c711aef6417d33a33d0b3d2058f690.tar.lz skribilo-d43ab320c8c711aef6417d33a33d0b3d2058f690.zip |
Various documentation fixes + completed the doc automake stuff.
* doc/user/Makefile.am (%.html): Added `-P ../img'.
(%.lout): Likewise.
(SUBDIRS): New.
* doc/user/char.skb (Some characters): Use the Lout-specific example for
`!' when relevant.
* doc/user/figure.skb (The figure markup): Avoid using `example-produce'.
* doc/user/slide.skb (dummy-slide-set-output): New.
(dummy-slide-output): New.
(dummy-slide-vspace-output): New.
(dummy-slide-embed-output): New.
(Example of Skribilo Slides): Use a processor, as in `document.skb', in
order to use the dummy output functions.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-50
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 90ae155..ff903ff 100644 --- a/configure.ac +++ b/configure.ac @@ -40,4 +40,8 @@ AC_OUTPUT([Makefile src/guile/skribilo/skribe/Makefile src/guile/skribilo/coloring/Makefile doc/Makefile - doc/user/Makefile]) + doc/user/Makefile + doc/user/src/Makefile + doc/img/Makefile + doc/dir/Makefile + doc/skr/Makefile]) |