lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`make dvi' problems


From: Werner LEMBERG
Subject: `make dvi' problems
Date: Wed, 14 Jan 2004 08:17:56 +0100 (CET)

Have you recently done a `make dvi' in the Documentation/user
directory?  LilyPond reports *a lot* of problems...

Below a bug fix to make the build process work with older `convert'
versions (e.g. ImageMagick 5.3.8) which don't have a -resize option.


    Werner


======================================================================


--- GNUmakefile.old     Fri Sep 26 07:51:30 2003
+++ GNUmakefile Wed Jan 14 08:01:15 2004
@@ -81,7 +81,7 @@
 $(outdir)/lilypond.dvi: $(OUT_EPS_IMAGES) $(OUT_PNG_IMAGES)
 
 $(outdir)/%.png: %.png
-       convert -resize 50x50% $< $@
+       convert -geometry 50x50% $< $@
 
 $(outdir)/%.eps: %.png
        convert $< $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]