gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: tweak build sys


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: tweak build system
Date: Mon, 19 Aug 2019 14:10:54 +0200

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 8f899beb tweak build system
8f899beb is described below

commit 8f899beb4cf40821399d55c648787b487423c93a
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 19 14:10:51 2019 +0200

    tweak build system
---
 Makefile | 21 ++++++++-------------
 README   |  4 ++--
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/Makefile b/Makefile
index efb3e7cb..92b3f72a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,21 +11,17 @@ tslint = node_modules/tslint/bin/tslint
 
 -include config.mk
 
-.PHONY: package-stable
-package-stable: i18n
-       $(gulp) stable
-
-.PHONY: package-unstable
-package-unstable: i18n
-       $(gulp) unstable
-
 .PHONY: tsc
 tsc: tsconfig.json yarn-install
        $(tsc)
 
-.PHONY: yarn-install
-yarn-install:
-       yarn install
+.PHONY: webex-stable
+webex-stable: i18n
+       $(gulp) stable
+
+.PHONY: webex-unstable
+webex-unstable: i18n
+       $(gulp) unstable
 
 tsconfig.json: gulpfile.js yarn-install
        $(gulp) tsconfig
@@ -41,7 +37,7 @@ typedoc:
 
 .PHONY: clean
 clean:
-       rm -rf dist/
+       rm -rf dist/ config.mk
 
 .PHONY: check
 check: tsc yarn-install
@@ -83,4 +79,3 @@ install:
        npm install -g --prefix $(prefix) .     
 endif
 
-
diff --git a/README b/README
index f2256cc4..b7091b70 100644
--- a/README
+++ b/README
@@ -25,14 +25,14 @@ https://git.taler.net/libtalerutil-emscripten.git/
 Building from source (Web Extension)
 ======================================
 
-Run `./configure && make' to create an archive
+Run `./configure && make webex-stable' to create an archive
 containing the extension in ./build/taler-wallet-$VERSION.zip
 
 
 Building from source (Node.JS)
 ======================================
 
-Run `./configure && make tsc' to build the wallet.  The command line
+Run `./configure && make' to build the wallet.  The command line
 interface for the wallet is available in `./bin/taler-wallet-cli'.
 
 

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



reply via email to

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