remove useless target

This commit is contained in:
Christian Grothoff 2019-12-03 23:54:42 +01:00
parent 25a0b60f12
commit 7126482822
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -24,9 +24,3 @@ EXTRA_DIST = \
contrib/gnunet.tag \
contrib/microhttpd.tag \
Doxyfile
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