]> git.proxmox.com Git - mirror_ifupdown2.git/blob - build.sh
Merge pull request #80 from BarbarossaTM/tunnel-fixes-master
[mirror_ifupdown2.git] / build.sh
1 #!/bin/bash
2
3 TOPDIR=.
4
5 ${TOPDIR}/scripts/genmanpages.sh ${TOPDIR}/man.rst ${TOPDIR}/man
6
7 python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
8