build: Drop dist target, it really adds little value.

Use git-archive instead or similar if you need to build
your own distribution tarball.
ck_pring
Samy Al Bahra 12 years ago
parent 7e9a0d8751
commit e3cf015723

@ -1,4 +1,4 @@
.PHONY: all check clean dist distclean doc install install-headers regressions uninstall
.PHONY: all check clean distclean doc install install-headers regressions uninstall
CFLAGS=@CFLAGS@
VERSION=@VERSION@
@ -69,13 +69,6 @@ clean:
$(MAKE) -C regressions clean
rm -f *~ *.o *.tar.gz
dist: distclean
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
gnutar -czf $(DISTFILE) --anchored --exclude ./.git --exclude ./$(DISTDIR) --transform "s,^\.,ck-$(VERSION)," .
cp $(DISTFILE) .
rm -rf $(DISTDIR)
distclean: clean
rm -f include/ck_md.h
rm -f build/regressions.build

Loading…
Cancel
Save