diff options
author | Ludovic Courtès | 2008-01-24 16:02:43 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-24 16:02:43 +0100 |
commit | 87819ed728dc9cbb2cccbf236a665709ef663abf (patch) | |
tree | 1dc6713bc640423ae52f50bdbb1da0ed08812900 /doc/user/Makefile.am | |
parent | bf65015355fc0afe9bde6edc85118818de27bedc (diff) | |
download | skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.tar.gz skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.tar.lz skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.zip |
doc: Document the "compiler".
* doc/modules/skribilo/documentation/manual.scm (compiler-options):
Rewritten to suit our needs.
* doc/user/Makefile.am (EXTRA_DIST): `skribec.skb' renamed to
`compiler.skb'.
* doc/user/bib.skb: Fix xref.
* doc/user/lib.skb: Likewise.
* doc/user/links.skb: Likewise.
* doc/user/syntax.skb: Add `:ident'.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 014e315..385f641 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST = bib.skb char.skb colframe.skb document.skb emacs.skb \ font.skb footnote.skb htmle.skb image.skb index.skb \ justify.skb latexe.skb lib.skb line.skb links.skb \ markup.skb ornament.skb package.skb pie.skb prgm.skb sectioning.skb \ - skribilo-config.skb skribec.skb skribeinfo.skb slide.skb spacing.skb \ + skribilo-config.skb compiler.skb skribeinfo.skb slide.skb spacing.skb \ start.skb syntax.skb table.skb toc.skb user.skb xmle.skb \ lout/book-style.lout @@ -33,6 +33,8 @@ skrflags = -I $(srcdir) -P $(top_srcdir)/doc/img \ -B $(srcdir) \ -e '(define %top-srcdir "$(top_srcdir)")' \ -e '(define %top-builddir "$(top_builddir)")' + +# FIXME: Eventually, we should use the native API. skrflags += --compat=skribe if HAVE_PLOTICUS |