gnunet-svn
[Top][All Lists]
Advanced

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

[taler-web-common] branch master updated: modify build system to deal wi


From: gnunet
Subject: [taler-web-common] branch master updated: modify build system to deal with removal of taler-wallet-lib (#5294, e6f994d7d2e5828f70042b2edb5c8005b0961a5e)
Date: Sat, 24 Oct 2020 10:24:23 +0200

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

grothoff pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new 79ecc59  modify build system to deal with removal of taler-wallet-lib 
(#5294, e6f994d7d2e5828f70042b2edb5c8005b0961a5e)
79ecc59 is described below

commit 79ecc5977c5ce29aa282c1d57578655f610a7722
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 24 10:24:21 2020 +0200

    modify build system to deal with removal of taler-wallet-lib (#5294, 
e6f994d7d2e5828f70042b2edb5c8005b0961a5e)
---
 Makefile.am | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ea400be..2dde338 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,6 @@
 EXTRA_DIST = \
  pure.css \
  demo.css \
- taler-wallet-lib.ts \
  chrome-any.d.ts \
  licensing.rst \
  favicon-taler.ico \
@@ -12,11 +11,10 @@ EXTRA_DIST = \
 
 # Some file may be missing here...
 pkgdata_DATA = \
-  favicon-taler.ico \
-  taler-wallet-lib.js
+  favicon-taler.ico 
 
-all: taler-wallet-lib.min.js taler-wallet-lib.js.tar.gz taler-wallet-lib.js
-install: all
+all: 
+install: 
 
 %.min.js: %.js
        python3 -m jsmin $< > $@
@@ -24,20 +22,3 @@ install: all
 %.js.tar.gz: %.js
        tar czf $@ $<
 
-taler-wallet-lib.js: taler-wallet-lib.ts chrome-any.d.ts
-if HAVE_TSC
-       tsc
-else
-       @echo
-       @if [ ! -f "$@" ] ; then \
-         echo "*** Error: typescript compiler 'tsc' is missing," \
-              "can't build" $@ ; \
-         echo ; \
-         exit 1 ; \
-       else \
-          echo "*** Warning: typescript compiler 'tsc' is missing," \
-               "using pre-build" $@ ; \
-         touch "$@"; \
-       fi
-       @echo
-endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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