From 414346683eb57fa13b6b04308ccf033024021f39 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 24 Mar 2016 18:57:30 -0400 Subject: [feature] package web-ui as a distributable python module in this way, we can generate wheels and pip-install it from pypi or other sources. we intend to use this for easing the shipping of the Pixelated UI in our packages/bundles. a separate debian package can also be easily generated form this artifact. --- web-ui/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web-ui/Makefile') diff --git a/web-ui/Makefile b/web-ui/Makefile index 0bc9d5d4..3ee83eb4 100644 --- a/web-ui/Makefile +++ b/web-ui/Makefile @@ -31,6 +31,15 @@ install: cp -r dist/* $(DESTDIR)/usr/share/pixelated-user-agent +pydist-clean: clean + rm -rf build/ + + +pydist-wheel: + cp -r dist/* pixelated_www/ + python setup.py bdist_wheel + + all: clean compile install .PHONY: clean compile install all -- cgit v1.2.3