view client/Makefile.build @ 1715:dd9d90cae683

client: improve translation process * Add ability to run the translations Makefile with several users on a multi-user system. For this add -$(LOGNAME) to the template.pot file. This leave the behaviour of this file as is, it still can be inspected. And it allows for parallel use of several users.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 08 Jan 2019 16:58:09 +0100
parents 77202406b1a7
children
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web