Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
56b7d986
Commit
56b7d986
authored
Oct 26, 2021
by
IKEDA Soji
Browse files
Use Perl specified by --with-perl configure option on "make tidyall"
parent
2afe0d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
56b7d986
...
...
@@ -201,5 +201,10 @@ uninstall-hook:
dist-hook
:
$(MAKE)
check
# tidyall --conf-file doc/dot.tidyallrc --root-dir . --recursive src t xt
tidyall
:
tidyall
--conf-file
doc/dot.tidyallrc
--root-dir
.
-r
src t xt
@
(
echo
'exit 1 if grep { $$_->error }'
;
\
echo
'Code::TidyAll->new_from_conf_file('
;
\
echo
' "doc/dot.tidyallrc", root_dir => ".", recursive => 1'
;
\
echo
')->process_paths(qw(src xt t))'
\
)
|
$(PERL)
-MCode
::TidyAll
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment