# HG changeset patch # User Marcin Kuzminski # Date 2019-02-04 22:44:07 # Node ID 2d2c9e8dfc93717c583d89ced0211e8e3d036242 # Parent 7c3af07c3c2adb5b4e60b46133b51a74f36396fa makefile: added generate packages diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build +.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs NODE_PATH=./node_modules WEBPACK=./node_binaries/webpack @@ -51,3 +51,5 @@ docs-cleanup: web-build: NODE_PATH=$(NODE_PATH) $(GRUNT) +generate-pkgs: + nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"