Add the osl logo.
[osl.git] / Makefile
index df1d9f3a426581762b90c8f5931f98e7d37f7626..fde1e3088c184977007f9d8680513a0f305ade69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,6 @@ ifeq ($(format),elf)
        LDFLAGS += --shared
 endif
 
-
 all: $(realname) $(executables) $(man_pages)
 Makefile.deps: $(wildcard *.c *.h)
        $(CC) -MM -MG *.c > $@
@@ -182,8 +181,8 @@ install: all
 web/%.1.html: %.1
        man2html $< > $@
 
-web/osl.png: web/osl.pdf
-       convert $< $@
+web/osl.png: web/osl.pdf Makefile
+       convert -scale 200x200 $< $@
 
 web/index.html: web/oslfsck.1.html web/index.html.in INSTALL README
        sed -e '/@README@/,$$d' web/index.html.in > $@