Roxen.git
/
server
/
translations
/
Makefile
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/translations/Makefile:1:
# configurable stuff
-
EXTRACT=/home/anders/Pike/7.
2
/bin/extract.pike
+
EXTRACT=/home/anders/Pike/7.
8
/bin/extract.pike
PIKE=../bin/pike LANG=C # do not alter all: modules xmls translations modules: @echo "1. Finding modules" @for a in `find ../modules/ -name '*.pike'` ; do \
Roxen.git/server/translations/Makefile:34:
@echo "2. Rebuilding .xml config files" @for a in configs/*.xml ; do \ pkg=`echo $$a | sed -e s',\.xml,,' -e s',.*/,,'`; \ ./scripts/make_config $$pkg configs/$$pkg.xml ; \ done translations: @echo "3. Rebuilding translation files" @for a in configs/*.xml ; do \ pkg=`echo $$a | sed -e s',\.xml,,' -e s',.*/,,'`; \
-
./scripts/build_from_config
configs/$$pkg.xml
$(PIKE)
$(EXTRACT)
; \
+
$(PIKE) -x extract
_
locale --
config
=
configs/$$pkg.xml
--wipe
--sync --notime
; \
done clean: rm configs/*~ rm configs/mod_*.xml