From 37806f751e0b57cdffeb6416a16ac7c1ac9cc119 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 31 Oct 2006 00:50:19 +0100 Subject: [PATCH] remove .eps rules --- Documentation/user/GNUmakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index d58ce5c1bc..39957f9f4f 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -197,12 +197,6 @@ $(outdir)/%.png: %.png $(outdir)/%.png: %.eps convert $< $@ -$(outdir)/%.eps: %.png - convert $< $@ - -$(outdir)/%.eps: %.eps - cp $< $@ - $(outdir)/%.pdf: %.png convert $< $@ -- 2.39.5