Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | Makefile: have docdir behave the way the GNU standards say. | Luke Shumaker | |
I had docdir = $(datarootdir)/doc pkgdocdir = $(docdir)/libretools # install docs to $(pkgdocdir) but the GNU Coding Standards (July 25, 2016 revision), say I should be doing docdir = $(datarootdir)/doc/libretools # install docs to $(docdir) As the config.mk states, we aren't a GNU package. But let's still follow their standards here, to follow the principle of least surprise. | |||
2017-04-11 | Makefile: libretools.pots might contain whitespace | Luke Shumaker | |
2017-04-11 | Expect devtools files to already be patched. | Luke Shumaker | |
2017-01-30 | Update and tidy the build system for autothing v3. | Luke Shumaker | |
2016-06-09 | Work with the new version of autothing. | Luke Shumaker | |