We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012c97a commit 3d722a9Copy full SHA for 3d722a9
lang/Makefile
@@ -1,4 +1,4 @@
1
-INSTALLDIR = .
+INSTALLDIR = $(shell pwd)
2
LANGUAGES = `find ./ -name "auto_*.po" -print | sed 's|^\./auto_\(.*\).po|\1|'`
3
DOMAINS = auto
4
PHP_SOURCES = $(shell find ../ -maxdepth 1 -name \*.php) \
@@ -8,7 +8,7 @@ PHP_SOURCES = $(shell find ../ -maxdepth 1 -name \*.php) \
8
all : extract mo
9
10
twig :
11
- ../bin/twig-cache
+ pushd ../../../../ && bin/console galette:twig-cache $(shell basename $(abspath $(CURDIR)/..))
12
13
po :
14
@echo "Generating PO files:"
0 commit comments