summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-05 08:31:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-05 08:31:29 +0000
commit0cf5154416a0eea5954731af354063d20292b41e (patch)
tree38975fb85c4d9f90a58c5a27befd396cab98d37f /Makefile.SH
parentcab0dcf91472885c5e694c5a5a9da5a38760ac49 (diff)
downloadperl-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.SH3
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