remove useless target
This commit is contained in:
parent
25a0b60f12
commit
7126482822
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user