X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=02d413ecce07097019de45065ef5c4101312e957;hb=2a73b1d73d4bdb9ff8bc760114647bef529a1181;hp=7d1ff5de9a1c33b0412d5e422510da47fbf5858b;hpb=a5ae88ff8a276e86c842ac102145432662bf711a;p=sliver-openvswitch.git diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 7d1ff5de9..02d413ecc 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -30,11 +30,11 @@ pkgdata_DATA += vswitchd/vswitch.ovsschema if HAVE_PYTHON if HAVE_DOT vswitchd/vswitch.gv: ovsdb/ovsdb-dot.in vswitchd/vswitch.ovsschema - $(OVSDB_DOT) $(srcdir)/vswitchd/vswitch.ovsschema > $@ + $(OVSDB_DOT) --no-arrows $(srcdir)/vswitchd/vswitch.ovsschema > $@ vswitchd/vswitch.pic: vswitchd/vswitch.gv ovsdb/dot2pic (dot -T plain < vswitchd/vswitch.gv | $(srcdir)/ovsdb/dot2pic -f 3) > $@; VSWITCH_PIC = vswitchd/vswitch.pic -OVSDB_DOT_DIAGRAM_ARG = --er-diagram=$(VSWITCH_PIC) +VSWITCH_DOT_DIAGRAM_ARG = --er-diagram=$(VSWITCH_PIC) DISTCLEANFILES += vswitchd/vswitch.gv vswitchd/vswitch.pic endif endif @@ -48,7 +48,7 @@ vswitchd/ovs-vswitchd.conf.db.5: \ $(VSWITCH_PIC) $(OVSDB_DOC) \ --title="ovs-vswitchd.conf.db" \ - $(OVSDB_DOT_DIAGRAM_ARG) \ + $(VSWITCH_DOT_DIAGRAM_ARG) \ --version=$(VERSION) \ $(srcdir)/vswitchd/vswitch.ovsschema \ $(srcdir)/vswitchd/vswitch.xml > $@.tmp