summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-24 17:23:58 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-24 17:23:58 +0200
commit62b549f47e86634b8ee822268770ee553e8455a3 (patch)
treefdeda836d6deca102487246a150fe3ebbd3cb252 /Makefile.in
parent27e5a47358437bc6e1894be0ddc9689761a39bcd (diff)
downloaddonations-62b549f47e86634b8ee822268770ee553e8455a3.tar.gz
donations-62b549f47e86634b8ee822268770ee553e8455a3.tar.bz2
donations-62b549f47e86634b8ee822268770ee553e8455a3.zip
provide default config
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5cb170b..c19386a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,6 +25,7 @@ $(script_templates): %: Makefile %.in
.PHONY: install-data
install-data: $(templates)
@$(INSTALL_DATA) -Dt $(prefix)/share/taler/ frontend-donations.wsgi
+ @$(INSTALL_DATA) -Dt $(prefix)/share/taler/config.d/ donations.conf
# @test -n "$$(ls -A talerbank/app/static/web-common/)" || \
# (echo "please check out git submodules"; exit 1)