summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 2499efb6f..f6f469c72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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