X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=Makefile;h=f5c34af7b590145c99d3a8ced9b2badfd7179048;hp=a8e045c2e755673d1aa28062684c2096db4ef818;hb=324d1364004376fa0b018afcb57cfe14aca7fcdb;hpb=32d58d6a681c6800feb89500f1d3776320c58359;ds=sidebyside diff --git a/Makefile b/Makefile index a8e045c..f5c34af 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ dss: $(dss_objects) %.o: %.c Makefile $(CC) -c $(DSS_CPPFLAGS) $(CPPFLAGS) $(DSS_CFLAGS) $(CFLAGS) $< -%.png: %.dia - dia -e $@ -t png $< +dss.png: mklogo + ./mklogo > $@ %.lsg.h: %.suite lopsubgen --gen-h=$@ < $<