in reply to Re^2: let Makefile.PL to do the Readme file for me -- new target?
in thread let Makefile.PL to do the Readme file for me -- new target?

That means every time he want's to push his commits to GitHub he'll need to run make dist first?

update

I suppose it's possible to hook into git for that automation?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^4: let Makefile.PL to do the Readme file for me -- new target?
by Anonymous Monk on Jan 19, 2021 at 19:54 UTC
    No, the rule can be added to any make targets you want through the power of Makefile dependencies.