gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: fix 'make dist'


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix 'make dist'
Date: Mon, 22 May 2017 16:31:04 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new d730ad2  fix 'make dist'
d730ad2 is described below

commit d730ad2a9ceef31b3a1304e5cbc2adba665fedd2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 22 16:31:05 2017 +0200

    fix 'make dist'
---
 talerbank/app/Makefile.am           | 8 +-------
 talerbank/app/static/Makefile.am    | 2 --
 talerbank/app/templates/Makefile.am | 8 ++++----
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/talerbank/app/Makefile.am b/talerbank/app/Makefile.am
index cf8e06b..01543fd 100644
--- a/talerbank/app/Makefile.am
+++ b/talerbank/app/Makefile.am
@@ -2,17 +2,11 @@ SUBDIRS = . management migrations templates static
 
 EXTRA_DIST = \
   admin.py \
-  captcha.py \
-  errors.py \
-  history.py \
-  middleware.py \
   schemas.py \
   urls.py \
   views.py \
   amounts.py \
   checks.py  \
-  funds.py \
   __init__.py \
   models.py \
-  tests.py \
-  user.py
+  tests.py
diff --git a/talerbank/app/static/Makefile.am b/talerbank/app/static/Makefile.am
index e45c105..2742b65 100644
--- a/talerbank/app/static/Makefile.am
+++ b/talerbank/app/static/Makefile.am
@@ -2,6 +2,4 @@ SUBDIRS = . web-common
 
 EXTRA_DIST = \
   favicon.ico \
-  style.css \
-  disabled-button.css \
   chrome-store-link.js
diff --git a/talerbank/app/templates/Makefile.am 
b/talerbank/app/templates/Makefile.am
index 34751ff..15aa5a8 100644
--- a/talerbank/app/templates/Makefile.am
+++ b/talerbank/app/templates/Makefile.am
@@ -3,10 +3,10 @@ SUBDIRS = .
 EXTRA_DIST = \
   base.html \
   account_disabled.html \
-  history.html \
   profile_page.html \
   public_accounts.html \
-  error.html \
-  home_page.html \
   pin_tan.html \
-  register.html
+  register.html \
+  login.html \
+  javascript.html \
+  error_exchange.html

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]