This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit changes for #17522.
[metaconfig.git] / dist-3.0at70b / Jmakefile
CommitLineData
959f3c4c
JH
1/*
2 * Main Jmakefile for dist 3.0
3 */
4
5;# $Id: Jmakefile,v 3.0.1.2 1995/07/25 13:29:41 ram Exp $
6;#
7;# Copyright (c) 1991-1993, Raphael Manfredi
8;#
9;# You may redistribute only under the terms of the Artistic Licence,
10;# as specified in the README file that comes with the distribution.
11;# You may reuse parts of this distribution only within the terms of
12;# that same Artistic Licence; a copy of which may be found at the root
13;# of the source tree for dist 3.0.
14;#
15;# $Log: Jmakefile,v $
16;# Revision 3.0.1.2 1995/07/25 13:29:41 ram
17;# patch56: re-ordered macros, moving the install at the end
18;#
19;# Revision 3.0.1.1 1994/01/24 13:42:41 ram
20;# patch16: added dependency generation stage
21;#
22;# Revision 3.0 1993/08/18 12:03:53 ram
23;# Baseline for dist 3.0 netwide release.
24;#
25
26>MANSRC /* This should really become automated */
27
28all:: /* So that default target is not clobber! */
29
30SetSubdirs(bin mcon jmake pat kit lib)
31DependDirs(bin mcon pat jmake kit)
32AddedByConfigure(install)
33
34InstallManPage(dist,$(MANSRC))
35