Updates for perl 5.6.

committer: mfx <mfx> 976769314 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-14 04:48:34 +00:00
parent 76651a39a5
commit c750c67149
+2 -2
View File
@@ -19,7 +19,7 @@ BUILT_SOURCES = upx.1 upx.doc upx.html upx.man upx.ps upx.tex
all: $(BUILT_SOURCES)
mostlyclean:
-rm -f $(BUILT_SOURCES) pod2html*cache
-rm -f $(BUILT_SOURCES) pod2htm*
clean: mostlyclean
@@ -42,7 +42,7 @@ maintainer-clean: distclean
.pod.html:
### pod2html $< | $(TRIMSPACE) > $@
pod2html --noindex $< | $(TRIMSPACE) > $@
@-rm -f pod2html*cache
@-rm -f pod2htm*
.pod.tex:
pod2latex $<