mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
a4152239f6
and from a new debug variant so that can be tested. Add explanation to be shown users who try to use the now-unavailable features.
7 lines
175 B
Makefile
7 lines
175 B
Makefile
# -*- mode: Makefile; -*-
|
|
|
|
src/%/res/values/strings.xml: src/main/res/values/strings.xml
|
|
@mkdir -p $(shell dirname $@)
|
|
@sed \
|
|
-e "s,CrossWords,$(APPNAME),g" \
|
|
< $< > $@
|