From aaa3cace2f265ed1b0f417bbb12d7752f3d10a74 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 21 Apr 2008 22:48:13 +0200 Subject: Run Guile-Lint on documentation modules. * doc/modules/Makefile.am (CLEANFILES, lintable): New. Include `guile-lint.am'. * guile-lint.am: Add "-L $(top_srcdir)/doc/modules". --- doc/modules/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/modules/Makefile.am') diff --git a/doc/modules/Makefile.am b/doc/modules/Makefile.am index bb28818..16ce897 100644 --- a/doc/modules/Makefile.am +++ b/doc/modules/Makefile.am @@ -3,3 +3,8 @@ EXTRA_DIST = \ skribilo/documentation/env.scm \ skribilo/documentation/extension.scm \ skribilo/documentation/manual.scm + +CLEANFILES = + +lintable = $(EXTRA_DIST) +include $(top_srcdir)/guile-lint.am -- cgit v1.2.3