X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=3a271c6a5996dcebf003064062d43ecb72e0a3b2;hb=cc457b0fa2e45555b354d7107cabf9c9adc89183;hp=3d8ac6217056730b4ea406cb7c0f5f416763dfa8;hpb=e627259a2087919d56ecc4032d56e9df8ffb546d;p=sliver-openvswitch.git diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 3d8ac6217..3a271c6a5 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -57,6 +57,7 @@ EXTRA_DIST += vswitchd/vswitch.gv vswitchd/vswitch.pic # vswitch schema documentation EXTRA_DIST += vswitchd/vswitch.xml +DISTCLEANFILES += $(srcdir)/vswitchd/ovs-vswitchd.conf.db.5 dist_man_MANS += vswitchd/ovs-vswitchd.conf.db.5 $(srcdir)/vswitchd/ovs-vswitchd.conf.db.5: \ ovsdb/ovsdb-doc vswitchd/vswitch.xml vswitchd/vswitch.ovsschema \ @@ -64,6 +65,7 @@ $(srcdir)/vswitchd/ovs-vswitchd.conf.db.5: \ $(OVSDB_DOC) \ --title="ovs-vswitchd.conf.db" \ --er-diagram=$(srcdir)/vswitchd/vswitch.pic \ + --version=$(VERSION) \ $(srcdir)/vswitchd/vswitch.ovsschema \ $(srcdir)/vswitchd/vswitch.xml > $@.tmp mv $@.tmp $@