about summary refs log tree commit homepage
path: root/GNUmakefile
DateCommit message (Collapse)
2015-12-25enable "frozen_string_literal: true"
While we're in the area, make a wording change from "GPLv3 or later" to "GPL-3.0+", as the latter is favored by SPDX.org
2015-10-30allow building the gem without pandoc
Not everybody cares for manpages.
2015-01-19update copyright years and links to mailing list archives
The documentation part is managed by the new Documentation/update-copyright script. For the future, the rest may be managed by the update-copyright tool in gnulib
2014-06-06update copyrights and email address for 2014
I'm still normal, and still trolling, but 80x24.org will be epic :)
2013-09-28rework packaging to use GNU make + gemspec instead of Hoe
Currently, this allows us to use different manpage paths for the tarball and gem; as gem-man and setup.rb expect different paths for manpages. Additionally, Hoe is designed for Ruby projects. dtas may include Perl/shell/Python/whatever in the future. So use GNU make as it is more suited for language agnosticism.
2013-09-07GNUmakefile: enable warnings by default for tests
This is a new code base and we should avoid introducing warnings.
2013-08-31GNUmakefile: combine with pkg.mk
We hardly use GNU make right now.
2013-08-28add license/copyright headers/footers to all files
All files we distribute in the tarball need to have a copyright/license specified for Savannah. We don't need the example state file anymore.
2013-08-25pkg.mk: remove HTML packaging bits
As far as new projects are concerned, I'm done with HTML.
2013-08-24initial commit