head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.2
	RELENG_4_11:1.1.1.2.0.20
	RELENG_4_11_BP:1.1.1.2
	RELENG_4_10_0_RELEASE:1.1.1.2
	RELENG_4_10:1.1.1.2.0.18
	RELENG_4_10_BP:1.1.1.2
	RELENG_4_9_0_RELEASE:1.1.1.2
	RELENG_4_9:1.1.1.2.0.16
	RELENG_4_9_BP:1.1.1.2
	RELENG_4_8_0_RELEASE:1.1.1.2
	RELENG_4_8:1.1.1.2.0.14
	RELENG_4_8_BP:1.1.1.2
	RELENG_4_7_0_RELEASE:1.1.1.2
	RELENG_4_7:1.1.1.2.0.12
	RELENG_4_7_BP:1.1.1.2
	RELENG_4_6_2_RELEASE:1.1.1.2
	RELENG_4_6_1_RELEASE:1.1.1.2
	RELENG_4_6_0_RELEASE:1.1.1.2
	RELENG_4_6:1.1.1.2.0.10
	RELENG_4_6_BP:1.1.1.2
	RELENG_4_5_0_RELEASE:1.1.1.2
	RELENG_4_5:1.1.1.2.0.8
	RELENG_4_5_BP:1.1.1.2
	RELENG_4_4_0_RELEASE:1.1.1.2
	RELENG_4_4:1.1.1.2.0.6
	RELENG_4_4_BP:1.1.1.2
	RELENG_4_3_0_RELEASE:1.1.1.2
	RELENG_4_3:1.1.1.2.0.4
	RELENG_4_3_BP:1.1.1.2
	RELENG_4_2_0_RELEASE:1.1.1.2
	RELENG_4_1_1_RELEASE:1.1.1.2
	PRE_SMPNG:1.1.1.3
	RELENG_4_1_0_RELEASE:1.1.1.2
	v5_006:1.1.1.3
	RELENG_3_5_0_RELEASE:1.1.1.1.2.1
	RELENG_4_0_0_RELEASE:1.1.1.2
	RELENG_4:1.1.1.2.0.2
	RELENG_4_BP:1.1.1.2
	RELENG_3_4_0_RELEASE:1.1.1.1.2.1
	RELENG_3_3_0_RELEASE:1.1.1.1.2.1
	RELENG_3_2_PAO:1.1.1.1.2.1.0.2
	RELENG_3_2_PAO_BP:1.1.1.1.2.1
	RELENG_3_2_0_RELEASE:1.1.1.1.2.1
	v5_005_03:1.1.1.2
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.2
	RELENG_3_BP:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	v5_005_02:1.1.1.1
	LWALL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.03.16.22.35.54;	author markm;	state dead;
branches;
next	1.1;

1.1
date	98.09.09.06.59.56;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.09.09.06.59.56;	author markm;	state Exp;
branches
	1.1.1.1.2.1;
next	1.1.1.2;

1.1.1.2
date	99.05.02.14.27.08;	author markm;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2000.06.25.11.03.41;	author markm;	state Exp;
branches;
next	;

1.1.1.1.2.1
date	99.05.05.13.17.20;	author markm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Punt to attic files not in 5.6.1 OR not needed by FreeBSD.
@
text
@CONVERTERS = pod2html pod2latex pod2man pod2text checkpods

HTMLROOT = /	# Change this to fix cross-references in HTML
POD2HTML = pod2html \
	    --htmlroot=$(HTMLROOT) \
	    --podroot=.. --podpath=pod:lib:ext:vms \
	    --libpods=perlfunc:perlguts:perlvar:perlrun:perlop

all: $(CONVERTERS) man

converters: $(CONVERTERS)

PERL = ../miniperl
REALPERL = ../perl

POD = \
	perl.pod	\
	perldelta.pod	\
	perldata.pod	\
	perlsyn.pod	\
	perlop.pod	\
	perlre.pod	\
	perlrun.pod	\
	perlfunc.pod	\
	perlvar.pod	\
	perlsub.pod	\
	perlmod.pod	\
	perlmodlib.pod	\
	perlmodinstall.pod	\
	perlform.pod	\
	perllocale.pod	\
	perlref.pod	\
	perldsc.pod	\
	perllol.pod	\
	perltoot.pod	\
	perlobj.pod	\
	perltie.pod	\
	perlbot.pod	\
	perlipc.pod	\
	perldebug.pod	\
	perldiag.pod	\
	perlsec.pod	\
	perltrap.pod	\
	perlport.pod	\
	perlstyle.pod	\
	perlpod.pod	\
	perlbook.pod	\
	perlembed.pod	\
	perlapio.pod	\
	perlxs.pod	\
	perlxstut.pod	\
	perlguts.pod	\
	perlcall.pod	\
	perlfaq.pod	\
	perlfaq1.pod	\
	perlfaq2.pod	\
	perlfaq3.pod	\
	perlfaq4.pod	\
	perlfaq5.pod	\
	perlfaq6.pod	\
	perlfaq7.pod	\
	perlfaq8.pod	\
	perlfaq9.pod	\
	perltoc.pod

MAN = \
	perl.man	\
	perldelta.man	\
	perldata.man	\
	perlsyn.man	\
	perlop.man	\
	perlre.man	\
	perlrun.man	\
	perlfunc.man	\
	perlvar.man	\
	perlsub.man	\
	perlmod.man	\
	perlmodlib.man	\
	perlmodinstall.man	\
	perlform.man	\
	perllocale.man	\
	perlref.man	\
	perldsc.man	\
	perllol.man	\
	perltoot.man	\
	perlobj.man	\
	perltie.man	\
	perlbot.man	\
	perlipc.man	\
	perldebug.man	\
	perldiag.man	\
	perlsec.man	\
	perltrap.man	\
	perlport.man	\
	perlstyle.man	\
	perlpod.man	\
	perlbook.man	\
	perlembed.man	\
	perlapio.man	\
	perlxs.man	\
	perlxstut.man	\
	perlguts.man	\
	perlcall.man	\
	perlfaq.man	\
	perlfaq1.man	\
	perlfaq2.man	\
	perlfaq3.man	\
	perlfaq4.man	\
	perlfaq5.man	\
	perlfaq6.man	\
	perlfaq7.man	\
	perlfaq8.man	\
	perlfaq9.man	\
	perltoc.man

HTML = \
	perl.html	\
	perldelta.html	\
	perldata.html	\
	perlsyn.html	\
	perlop.html	\
	perlre.html	\
	perlrun.html	\
	perlfunc.html	\
	perlvar.html	\
	perlsub.html	\
	perlmod.html	\
	perlmodlib.html	\
	perlmodinstall.html	\
	perlform.html	\
	perllocale.html	\
	perlref.html	\
	perldsc.html	\
	perllol.html	\
	perltoot.html	\
	perlobj.html	\
	perltie.html	\
	perlbot.html	\
	perlipc.html	\
	perldebug.html	\
	perldiag.html	\
	perlsec.html	\
	perltrap.html	\
	perlport.html	\
	perlstyle.html	\
	perlpod.html	\
	perlbook.html	\
	perlembed.html	\
	perlapio.html	\
	perlxs.html	\
	perlxstut.html	\
	perlguts.html	\
	perlcall.html	\
	perlfaq.html	\
	perlfaq1.html	\
	perlfaq2.html	\
	perlfaq3.html	\
	perlfaq4.html	\
	perlfaq5.html	\
	perlfaq6.html	\
	perlfaq7.html	\
	perlfaq8.html	\
	perlfaq9.html
# not perltoc.html

TEX = \
	perl.tex	\
	perldelta.tex	\
	perldata.tex	\
	perlsyn.tex	\
	perlop.tex	\
	perlre.tex	\
	perlrun.tex	\
	perlfunc.tex	\
	perlvar.tex	\
	perlsub.tex	\
	perlmod.tex	\
	perlmodlib.tex	\
	perlmodinstall.tex	\
	perlform.tex	\
	perllocale.tex	\
	perlref.tex	\
	perldsc.tex	\
	perllol.tex	\
	perltoot.tex	\
	perlobj.tex	\
	perltie.tex	\
	perlbot.tex	\
	perlipc.tex	\
	perldebug.tex	\
	perldiag.tex	\
	perlsec.tex	\
	perltrap.tex	\
	perlport.tex	\
	perlstyle.tex	\
	perlpod.tex	\
	perlbook.tex	\
	perlembed.tex	\
	perlapio.tex	\
	perlxs.tex	\
	perlxstut.tex	\
	perlguts.tex	\
	perlcall.tex	\
	perlfaq.tex	\
	perlfaq1.tex	\
	perlfaq2.tex	\
	perlfaq3.tex	\
	perlfaq4.tex	\
	perlfaq5.tex	\
	perlfaq6.tex	\
	perlfaq7.tex	\
	perlfaq8.tex	\
	perlfaq9.tex	\
	perltoc.tex

man:	pod2man $(MAN)

html:	pod2html $(HTML)

tex:	pod2latex $(TEX)

toc:
	$(PERL) -I../lib buildtoc >perltoc.pod

.SUFFIXES: .pm .pod

.SUFFIXES: .man

.pm.man:     pod2man
	$(PERL) -I../lib pod2man $*.pm >$*.man

.pod.man:     pod2man
	$(PERL) -I../lib pod2man $*.pod >$*.man

.SUFFIXES: .html

.pm.html:    pod2html
	$(PERL) -I../lib $(POD2HTML) --infile=$*.pm --outfile=$*.html

.pod.html:    pod2html
	$(PERL) -I../lib $(POD2HTML) --infile=$*.pod --outfile=$*.html

.SUFFIXES: .tex

.pm.tex: pod2latex
	$(PERL) -I../lib pod2latex $*.pm

.pod.tex: pod2latex
	$(PERL) -I../lib pod2latex $*.pod

clean:
	rm -f $(MAN)
	rm -f $(HTML)
	rm -f $(TEX)
	rm -f pod2html-*cache
	rm -f *.aux *.log *.exe

realclean:	clean
	rm -f $(CONVERTERS)

distclean:	realclean

check:	checkpods
	@@echo "checking..."; \
	$(PERL) -I../lib checkpods $(POD)

# Dependencies.
pod2latex:	pod2latex.PL ../lib/Config.pm
	$(PERL) -I../lib pod2latex.PL

pod2html:	pod2html.PL ../lib/Config.pm
	$(PERL) -I ../lib pod2html.PL

pod2man:	pod2man.PL ../lib/Config.pm
	$(PERL) -I ../lib pod2man.PL

pod2text:	pod2text.PL ../lib/Config.pm
	$(PERL) -I ../lib pod2text.PL

checkpods:	checkpods.PL ../lib/Config.pm
	$(PERL) -I ../lib checkpods.PL

compile: all
	$(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog;

	
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of Perl5. The king is dead; long live the king!
@
text
@@


1.1.1.1.2.1
log
@MFC: Upgrade to Perl 5.00503
@
text
@a18 1
	perl5004delta.pod	\
a24 1
	perlopentut.pod	\
a32 1
	perlreftut.pod	\
a39 1
	perlthrtut.pod	\
a53 1
	perlhist.pod	\
a68 1
	perl5004delta.man	\
a74 1
	perlopentut.man	\
a82 1
	perlreftut.man	\
a89 1
	perlthrtut.man	\
a103 1
	perlhist.man	\
a118 1
	perl5004delta.html	\
a124 1
	perlopentut.html	\
a132 1
	perlreftut.html	\
a139 1
	perlthrtut.html	\
a153 1
	perlhist.html	\
a168 1
	perl5004delta.tex	\
a174 1
	perlopentut.tex	\
a182 2
	perlreftut.tex	\
	perlopentut.tex	\
a189 1
	perlthrtut.tex	\
a203 1
	perlhist.tex	\
@


1.1.1.2
log
@Maintenance releace 3 of perl5.005. Includes support for threads.
@
text
@a18 1
	perl5004delta.pod	\
a24 1
	perlopentut.pod	\
a32 1
	perlreftut.pod	\
a39 1
	perlthrtut.pod	\
a53 1
	perlhist.pod	\
a68 1
	perl5004delta.man	\
a74 1
	perlopentut.man	\
a82 1
	perlreftut.man	\
a89 1
	perlthrtut.man	\
a103 1
	perlhist.man	\
a118 1
	perl5004delta.html	\
a124 1
	perlopentut.html	\
a132 1
	perlreftut.html	\
a139 1
	perlthrtut.html	\
a153 1
	perlhist.html	\
a168 1
	perl5004delta.tex	\
a174 1
	perlopentut.tex	\
a182 2
	perlreftut.tex	\
	perlopentut.tex	\
a189 1
	perlthrtut.tex	\
a203 1
	perlhist.tex	\
@


1.1.1.3
log
@Vendor import of Perl 5.006
@
text
@d1 1
a1 2
CONVERTERS = pod2html pod2latex pod2man pod2text checkpods \
		pod2usage podchecker podselect
a19 1
	perl5005delta.pod	\
a31 1
	perlfork.pod	\
a37 1
	perlboot.pod	\
a38 1
	perltootc.pod	\
a43 2
	perldbmfilter.pod	\
	perldebguts.pod	\
a44 1
	perlnumber.pod	\
a57 5
	perlcompile.pod	\
	perltodo.pod	\
	perlapi.pod	\
	perlintern.pod	\
	perlhack.pod	\
a74 1
	perl5005delta.man	\
a86 1
	perlfork.man	\
a92 1
	perlboot.man	\
a93 1
	perltootc.man	\
a98 2
	perldbmfilter.man	\
	perldebguts.man	\
a99 1
	perlnumber.man	\
a112 5
	perlcompile.man	\
	perltodo.man	\
	perlapi.man	\
	perlintern.man	\
	perlhack.man	\
a129 1
	perl5005delta.html	\
a141 1
	perlfork.html	\
a147 1
	perlboot.html	\
a148 1
	perltootc.html	\
a153 2
	perldbmfilter.html	\
	perldebguts.html	\
a154 1
	perlnumber.html	\
a167 5
	perlcompile.html	\
	perltodo.html	\
	perlapi.html	\
	perlintern.html	\
	perlhack.html	\
a184 1
	perl5005delta.tex	\
a196 1
	perlfork.tex	\
d201 1
a203 1
	perlboot.tex	\
a204 1
	perltootc.tex	\
a209 2
	perldbmfilter.tex	\
	perldebguts.tex	\
a210 1
	perlnumber.tex	\
a223 5
	perlcompile.tex	\
	perltodo.tex	\
	perlapi.tex	\
	perlintern.tex	\
	perlhack.tex	\
a302 9

pod2usage:	pod2usage.PL ../lib/Config.pm
	$(PERL) -I ../lib pod2usage.PL

podchecker:	podchecker.PL ../lib/Config.pm
	$(PERL) -I ../lib podchecker.PL

podselect:	podselect.PL ../lib/Config.pm
	$(PERL) -I ../lib podselect.PL
@


