diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-05 08:31:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-05 08:31:29 +0000 |
commit | 0cf5154416a0eea5954731af354063d20292b41e (patch) | |
tree | 38975fb85c4d9f90a58c5a27befd396cab98d37f /Makefile.SH | |
parent | cab0dcf91472885c5e694c5a5a9da5a38760ac49 (diff) | |
download | perl-0cf5154416a0eea5954731af354063d20292b41e.tar.gz |
Add META.yml and Stas' makemeta (plus extensive reworking
of the Maintainers utility)
p4raw-id: //depot/perl@20491
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1f2263816c..cb04d7cc98 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -765,6 +765,9 @@ extras.install: perl$(EXE_EXT) .PHONY: install install-strip install-all install-verbose install-silent \ no-install install.perl install.man install.html +META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm + $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta + install-strip: $(MAKE) STRIPFLAGS=-s install |