Skip to content

Commit c93c7c2

Browse files
committed
tidyallrc was not included in source dist
1 parent 34680d4 commit c93c7c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile.am

+5-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ check_DATA = \
7676
t/samples/signed.eml \
7777
t/samples/unsigned.eml \
7878
t/stub/Sympa/Constants.pm \
79-
xt/perlcriticrc
79+
xt/perlcriticrc \
80+
xt/tidyallrc
8081
noinst_SCRIPTS = \
8182
xt/critic.t \
8283
xt/fixme.t \
@@ -232,12 +233,12 @@ distcheck-hook:
232233
-sha256sum $(DIST_ARCHIVES) > $(DIST_ARCHIVES).sha256
233234
-openssl sha512 $(DIST_ARCHIVES) > $(DIST_ARCHIVES).sha512
234235

235-
# tidyall --conf-file doc/dot.tidyallrc --root-dir . --recursive src t xt
236+
# tidyall --conf-file xt/tidyallrc --root-dir . --recursive src t xt
236237
tidyall:
237238
@ ( echo 'exit 1 if grep { $$_->error }'; \
238239
echo 'Code::TidyAll->new_from_conf_file('; \
239-
echo ' "doc/dot.tidyallrc", root_dir => ".", recursive => 1'; \
240-
echo ')->process_paths(qw(src xt t))' \
240+
echo ' "xt/tidyallrc", root_dir => ".", recursive => 1'; \
241+
echo ')->process_paths(qw(src t xt))' \
241242
) | $(PERL) -MCode::TidyAll
242243

243244
all-local: sympa.conf-dist

doc/dot.tidyallrc xt/tidyallrc

File renamed without changes.

0 commit comments

Comments
 (0)