From ce507d6efc8204f2f60a29c1fadfa04e443c84a2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 8 Apr 2016 14:13:22 +0200 Subject: fix app target --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 79617474..3950b58d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = AUTHORS COPYING.GPL COPING.AGPL COPYING.LGPL app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app - tar cf - AUTHORS README copylib/Makefile.am copylib/*.php examples/blog/*.php examples/blog/*.html examples/blog/Makefile.am examples/blog/web-common/taler-presence.* | (cd $(PACKAGE)-$(VERSION)-app ; tar xf -) + tar cf - AUTHORS README copylib/Makefile.am copylib/*.php examples/blog/*.php examples/blog/*.html examples/blog/Makefile.am examples/blog/web-common/taler-presence.* | (cd $(PACKAGE)-frontend-$(VERSION)-app ; tar xf -) tar cf $(PACKAGE)-frontend-$(VERSION)-app.tgz $(PACKAGE)-frontend-$(VERSION)-app rm -rf $(PACKAGE)-frontend-$(VERSION)-app mkdir -p $(PACKAGE)-backend-$(VERSION)-app -- cgit v1.2.3