disable perl for now to unbreak make dist
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user