diff options
author | Ludovic Court`es | 2007-06-05 15:53:58 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-06-05 15:53:58 +0000 |
commit | 247fc2730a286989cecc202db93d001415bb33a8 (patch) | |
tree | cd8e47da465a638dcf9684b8c21f3e431acbbffd /src/guile/skribilo/engine | |
parent | 5617d303ebb53291567f5b8199afb2d95db8e89b (diff) | |
download | skribilo-247fc2730a286989cecc202db93d001415bb33a8.tar.gz skribilo-247fc2730a286989cecc202db93d001415bb33a8.tar.lz skribilo-247fc2730a286989cecc202db93d001415bb33a8.zip |
Added support for Guile-Lint.
* configure.ac: Look for `guile-lint'.
* */Makefile.am: Include `guile-lint.am'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-56
Diffstat (limited to 'src/guile/skribilo/engine')
-rw-r--r-- | src/guile/skribilo/engine/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/guile/skribilo/engine/Makefile.am b/src/guile/skribilo/engine/Makefile.am index 7b6ec2c..784b718 100644 --- a/src/guile/skribilo/engine/Makefile.am +++ b/src/guile/skribilo/engine/Makefile.am @@ -3,3 +3,8 @@ dist_guilemodule_DATA = base.scm context.scm html.scm html4.scm \ latex-simple.scm latex.scm \ lout.scm \ xml.scm + +# FIXME: Guile-Lint can't be used here because of `define-skribe-module' +# and because of the custom reader syntax that's used. + +#include $(top_srcdir)/guile-lint.am |