diff options
author | Ludovic Courtès | 2008-04-07 22:22:16 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-07 22:22:16 +0200 |
commit | 9745ff5744d97fa66b42587e6a304d3bdf8054ab (patch) | |
tree | b807c4ce5c4532b8ee351a8c0a24e34e28936c70 /doc/user/Makefile.am | |
parent | f8afeb805f2409283dc37d4e0a16e01303a4f5aa (diff) | |
download | skribilo-9745ff5744d97fa66b42587e6a304d3bdf8054ab.tar.gz skribilo-9745ff5744d97fa66b42587e6a304d3bdf8054ab.tar.lz skribilo-9745ff5744d97fa66b42587e6a304d3bdf8054ab.zip |
doc: Use the native API instead of `--compat=skribe'.
* doc/user/Makefile.am (skrflags): Remove `--compat=skribe'.
* doc/user/*.skb: Trivial API update.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 44f32f4..201a116 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -37,9 +37,6 @@ skrflags = -I $(srcdir) -P $(top_srcdir)/doc/img \ -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 skrflags += -e "(define %have-ploticus? (= 1 1))" \ -e "(define %ploticus-path \"$(PLOTICUS)\")" |