aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/engine/Makefile.am
blob: 784b7184e18dd70b6f2b6d677116899fe4b7c0f5 (plain)
1
2
3
4
5
6
7
8
9
10
guilemoduledir = $(GUILE_SITE)/skribilo/engine
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