From c750c671490374a72723a5c6bf1f3cf471f4fe85 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 14 Dec 2000 04:48:34 +0000 Subject: [PATCH] Updates for perl 5.6. committer: mfx 976769314 +0000 --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3656f519..ed596e53 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $<