Skip to content

Commit

Permalink
Remove stale release scripts and documentation
Browse files Browse the repository at this point in the history
We now just rely on "make distcheck" to generate a release and on Travis CI
to validate our code.
  • Loading branch information
jmmv committed Oct 3, 2014
1 parent 6fa5d45 commit d0067cd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 438 deletions.
8 changes: 0 additions & 8 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ PHONY_TARGETS += clean-all
clean-all:
GIT="$(GIT)" $(SH) $(srcdir)/admin/clean-all.sh

PHONY_TARGETS += release
release:
$(SH) $(srcdir)/admin/release.sh $(PACKAGE_VERSION) $(DIST_ARCHIVES)

PHONY_TARGETS += release-test
release-test:
$(SH) $(srcdir)/admin/release-test.sh $(DIST_ARCHIVES)

.PHONY: $(PHONY_TARGETS)

# vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8
191 changes: 0 additions & 191 deletions admin/release-test.sh

This file was deleted.

108 changes: 0 additions & 108 deletions admin/release.sh

This file was deleted.

63 changes: 0 additions & 63 deletions doc/hacking.txt

This file was deleted.

Loading

0 comments on commit d0067cd

Please sign in to comment.