From: Han-Wen Nienhuys Date: Mon, 30 Oct 2006 23:50:19 +0000 (+0100) Subject: remove .eps rules X-Git-Tag: release/2.10.0-2~35^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37806f751e0b57cdffeb6416a16ac7c1ac9cc119;p=lilypond.git remove .eps rules --- 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 $< $@