summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:04:19 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:04:19 +0100
commitc660286d94cbc188d393e275dcdaa745edf9aa5d (patch)
tree6b64a623c40c991a7ec1871cc087fdbb2c320398 /Makefile.in
parentf7f95782434a2268bc3583fe46fd0c386a1c1439 (diff)
downloaddonations-c660286d94cbc188d393e275dcdaa745edf9aa5d.tar.gz
donations-c660286d94cbc188d393e275dcdaa745edf9aa5d.tar.bz2
donations-c660286d94cbc188d393e275dcdaa745edf9aa5d.zip
copy-paste leftover
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 8504506..57f2c8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,14 +4,14 @@ INSTALL_DATA = $(INSTALL) -m 644
prefix = @prefix@
srcdir = @srcdir@
-script_templates = taler-merchant-blog frontend-blog.wsgi
+script_templates = taler-merchant-donations frontend-blog.wsgi
templates = Makefile $(script_templates)
edit = sed -e 's|@prefix[@]|$(prefix)|g'
.PHONY: all
all: $(templates)
- cd talerblog/blog/static/web-common && make && cd -
+ cd talerdonations/donations/static/web-common && make && cd -
Makefile: Makefile.in
./config.status $@
@@ -24,7 +24,7 @@ $(script_templates): %: Makefile %.in
.PHONY: install-data
install-data: $(templates)
- @$(INSTALL_DATA) -Dt $(prefix)/share/taler/ frontend-blog.wsgi
+ @$(INSTALL_DATA) -Dt $(prefix)/share/taler/ frontend-donations.wsgi
# @test -n "$$(ls -A talerbank/app/static/web-common/)" || \
# (echo "please check out git submodules"; exit 1)
@@ -43,10 +43,10 @@ install: $(templates) install-data
@pip3 install . --install-option="--prefix=@prefix@"
@# force update when sources changed
@pip3 install . --install-option="--prefix=@prefix@" --upgrade --no-deps
- cd talerblog/blog/static/web-common && make install && cd -
+ cd talerdonations/donations/static/web-common && make install && cd -
# run testcases
.PHONY: check
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talersurvey/tests.conf; \
- python3 talerblog/tests.py
+ python3 talerdonations/tests.py