aboutsummaryrefslogtreecommitdiff
path: root/gint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gint.mk')
-rw-r--r--gint.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/gint.mk b/gint.mk
index b691b3d..3d5a6a7 100644
--- a/gint.mk
+++ b/gint.mk
@@ -31,7 +31,11 @@ DISTCLEANFILES +=\
ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
--regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
+if GINT_COND_SNARF_DOC_FILTER
+GUILE_DOC_SNARF=$(top_builddir)/$(GINT_MODULE_DIR)/snarf-doc-filter --snarfer
+else
GUILE_DOC_SNARF=$(top_builddir)/$(GINT_MODULE_DIR)/clexer --snarfer
+endif
SUFFIXES += .x .doc

Return to:

Send suggestions and report system problems to the System administrator.