Sync translations and cleanup Makefile

This commit is contained in:
Frédéric Guillot
2020-06-19 10:24:32 -07:00
parent 1ce8da901d
commit 09bd55f180
35 changed files with 38 additions and 7 deletions

View File

@@ -2,8 +2,7 @@ DOCKER_IMAGE := docker.io/kanboard/kanboard
DOCKER_TAG := master
VERSION := $(shell git rev-parse --short HEAD)
.PHONY: archive test-sqlite test-mysql test-postgres test-browser \
integration-test-mysql integration-test-postgres integration-test-sqlite sql \
.PHONY: archive test-sqlite test-mysql test-postgres sql \
docker-image docker-manifest docker-run docker-sh
archive: