diff options
Diffstat (limited to 'pod/Makefile')
-rw-r--r-- | pod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/Makefile b/pod/Makefile index f28b9d43a1..8a96236acf 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -59,6 +59,7 @@ POD = \ perlxstut.pod \ perlguts.pod \ perlcall.pod \ + perlcompile.pod \ perltodo.pod \ perlhist.pod \ perlfaq.pod \ @@ -118,6 +119,7 @@ MAN = \ perlxstut.man \ perlguts.man \ perlcall.man \ + perlcompile.man \ perltodo.man \ perlhist.man \ perlfaq.man \ @@ -177,6 +179,7 @@ HTML = \ perlxstut.html \ perlguts.html \ perlcall.html \ + perlcompile.html \ perltodo.html \ perlhist.html \ perlfaq.html \ @@ -236,6 +239,7 @@ TEX = \ perlxstut.tex \ perlguts.tex \ perlcall.tex \ + perlcompile.tex \ perltodo.tex \ perlhist.tex \ perlfaq.tex \ |