summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.head
AgeCommit message (Collapse)Author
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-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2017-01-30Merge remote-tracking branch 'autothing/v3/master'Luke Shumaker
2017-01-15Rename gnudoc->texinfoLuke Shumaker
2017-01-15Tidy the gnustuff (and fork off gnudoc).Luke Shumaker
2016-09-06(systemd) build-aux: gitfilesLuke Shumaker
2016-08-10(systemd) fix build systemLuke Shumaker
2016-08-08(systemd) speed upLuke Shumaker
2016-08-07(systemd) stuffLuke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-06-09Merge remote-tracking branches 'autothing/core', 'autothing/mod-std' and ↵Luke Shumaker
'autothing/mod-dist'
2016-05-31(systemd) Merge remote-tracking branches 'autothing/core', ↵Luke Shumaker
'autothing/mod-std', 'autothing/mod-dist', 'autothing/mod-write-ifchanged' and 'autothing/mod-gnuconf' into lukeshu
2016-05-31fix: We must set std.clean_files before std reads it!Luke Shumaker
2016-05-29Remove everything but the coreLuke Shumaker