diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-15 08:24:03 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-15 08:24:03 +0000 |
commit | 80da08312fba372d40a3e0e861cf4da3c29e0ba0 (patch) | |
tree | a0cd264aadc3699fe66be841a4e45c5277774f38 /pod | |
parent | 903a5071ed082e8ae0ace3d711a8aa282dedd972 (diff) | |
download | perl-80da08312fba372d40a3e0e861cf4da3c29e0ba0.tar.gz |
Change \t to spaces (don't know who doesn't like \t)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/Makefile b/pod/Makefile index ebe4f172ce..bfe6c8edad 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -139,7 +139,7 @@ TEX = \ perlxs.tex \ perlxstut.tex -man: pod2man ($MAN) +man: pod2man $(MAN) # pod2html normally runs on all the pods at once in order to build up # cross-references. |