Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! | |||
2015-06-06 | Tidy up the default libretools.conf | Luke Shumaker | |
- REPOS is now only used by toru-path - ARCHES is also used by xbs-abslibre - remove the claim that ARCHES affects createworkdir from the docs. | |||
2015-06-06 | Remove fullpkg and treepkg, in favor of dagpkg. | Luke Shumaker | |
2015-05-25 | doc/: Two spaces between sentences, wrap to 80 columns. | Luke Shumaker | |
2015-04-13 | Fix grammar mistakes in doc/createworkdir.md | Luke Shumaker | |
2014-07-01 | grep for simple-to-fix issues with loading PKGBUILDs | Luke Shumaker | |
2013-09-29 | Strip trailing whitespace everywhere. | Luke Shumaker | |
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} + | |||
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-07-27 | revamp the Makefiles to support manpages | Luke Shumaker | |
2013-05-24 | clean up doc/; normalize filenames, clean up createworkdir(.md) | Luke Shumaker | |
2012-12-09 | make the Makefile(s)... mortal-friendly | Luke Shumaker | |
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir) | |||
2012-11-30 | Workflows documentation | Nicolás Reynolds | |
2012-11-05 | Updated treepkg docs | Nicolás Reynolds | |
2012-04-08 | treepkg documentation | Nicolás Reynolds | |
2011-09-07 | Added a little bit of documentation to fullpkg, please read. | Nicolas Reynolds | |
2011-02-05 | CreateWorkDir creates the dir tree for packaging | Nicolás Reynolds | |