diff options
author | Ludovic Courtès | 2008-04-21 22:48:13 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-21 22:48:40 +0200 |
commit | aaa3cace2f265ed1b0f417bbb12d7752f3d10a74 (patch) | |
tree | d369048775c62e51d3b7d538fe4d1476fd92c1d0 /doc | |
parent | e2a1a5ab2cc249670f4d599e0659a58c3b337c2d (diff) | |
download | skribilo-aaa3cace2f265ed1b0f417bbb12d7752f3d10a74.tar.gz skribilo-aaa3cace2f265ed1b0f417bbb12d7752f3d10a74.tar.lz skribilo-aaa3cace2f265ed1b0f417bbb12d7752f3d10a74.zip |
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".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/modules/.gitignore | 1 | ||||
-rw-r--r-- | doc/modules/Makefile.am | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/modules/.gitignore b/doc/modules/.gitignore new file mode 100644 index 0000000..9b141a6 --- /dev/null +++ b/doc/modules/.gitignore @@ -0,0 +1 @@ +stamp-lint 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 |