add APP target
This commit is contained in:
parent
aba92c5bfa
commit
7479f3a2e5
@ -2,3 +2,9 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
||||
SUBDIRS = src doc
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
app:
|
||||
mkdir -p $(PACKAGE)-$(VERSION)-app
|
||||
tar cf - configure.ac AUTHORS README doc/*.1 doc/*.5 doc/Makefile.am Makefile.am `find src/ -name "*.c" -o -name "*.h" -o -name Makefile.am` | (cd $(PACKAGE)-$(VERSION)-app ; tar xf -)
|
||||
tar cf $(PACKAGE)-$(VERSION)-app.tgz $(PACKAGE)-$(VERSION)-app
|
||||
rm -rf $(PACKAGE)-$(VERSION)-app
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
#
|
||||
# This file is part of TALER
|
||||
# Copyright (C) 2014, 2015 GNUnet e.V.
|
||||
# Copyright (C) 2014, 2015, 2016 GNUnet e.V. and Inria
|
||||
#
|
||||
# TALER is free software; you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software
|
||||
|
Loading…
Reference in New Issue
Block a user