[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-donations] 04/09: copy-paste leftover
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-donations] 04/09: copy-paste leftover |
Date: |
Fri, 24 Nov 2017 20:25:02 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository donations.
commit c660286d94cbc188d393e275dcdaa745edf9aa5d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 24 20:04:19 2017 +0100
copy-paste leftover
---
Makefile.in | 10 +++++-----
1 file 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|@address@hidden|$(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="address@hidden@"
@# force update when sources changed
@pip3 install . --install-option="address@hidden@" --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 address@hidden@/talersurvey/tests.conf; \
- python3 talerblog/tests.py
+ python3 talerdonations/tests.py
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-donations] branch master updated (92b5e50 -> 3e55361), gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 05/09: copy-paste leftover, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 03/09: actual donations logic, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 07/09: __init__ in the right place, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 08/09: helper module, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 02/09: __init__, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 06/09: config parser, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 01/09: setuptools, gnunet, 2017/11/24
- [GNUnet-SVN] [taler-donations] 04/09: copy-paste leftover,
gnunet <=
- [GNUnet-SVN] [taler-donations] 09/09: missing templates, gnunet, 2017/11/24