summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.tail/20-libretools.mk
AgeCommit message (Collapse)Author
2024-02-21build-sys: Add a config.mk:enable_manpages config knobLuke T. Shumaker
2018-04-28Makefile: Avoid making pointless empty dir.pot filesv20180428Luke Shumaker
2018-03-27Makefile: Use files.groups instead of nested.subdirs to split the packageLuke Shumaker
2018-03-24Makefile: Support split libdir / libexecdirLuke Shumaker
I intend to have xbs-abs have separate libdir / libexecdir s.
2018-01-03Makefile: don't let paths in .pot files depend on where `make` was calledLuke Shumaker
2017-07-08Makefile: rename $(outdir)/everything.pot to $(srcdir)/dir.potLuke Shumaker
2017-07-08Makefile: 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-11Makefile: libretools.pots might contain whitespaceLuke Shumaker
2017-04-11Expect devtools files to already be patched.Luke Shumaker
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker