From c660286d94cbc188d393e275dcdaa745edf9aa5d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 24 Nov 2017 20:04:19 +0100 Subject: copy-paste leftover --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3