X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=Makefile;h=f5c34af7b590145c99d3a8ced9b2badfd7179048;hp=a8e045c2e755673d1aa28062684c2096db4ef818;hb=5b1c780d1a3e02a6f64242ef5d8c0a2dc71de3ec;hpb=3e8d431fb78e95c0d595b6e7e37ff248c0fa4edd 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=$@ < $<