disable perl for now to unbreak make dist

This commit is contained in:
djcb
2016-11-06 10:48:45 +02:00
parent e295fd0c65
commit f7e6d77c9a
2 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ else
perl=
endif
SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys $(perl)
SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl)
ACLOCAL_AMFLAGS=-I m4
@ -69,7 +69,7 @@ line35:
| grep -v config_options_group_find \
| grep -v SCM_DEFINE \
| grep -v tests \
| awk '($$5 > 35)'
| awk '($$5 > 35)'
# get all todo/fixme messages
fixme: