X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Makefile;h=706bab445414b3a066422f94e42c560bd371f946;hp=b606e30fe4672b89ddb3f461ba1e7763e98ace31;hb=d4f15a7637357eeb74f105d843ab0a990c4c5638;hpb=de2939d1a45718ebd66ab704f09175ea0be4eac5 diff --git a/Makefile b/Makefile index b606e30..706bab4 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,14 @@ package: pyangbind: pyang git clone https://github.com/robshakir/pyangbind cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd .. + mkdir -p deb_dist + cp pyangbind/deb_dist/*.deb deb_dist pyang: git clone https://github.com/mbj4668/pyang cd pyang; python setup.py --command-packages=stdeb.command bdist_deb; cd .. + mkdir -p deb_dist + cp pyang/deb_dist/*.deb deb_dist pyang-json-schema-plugin: git clone https://github.com/cmoberg/pyang-json-schema-plugin