summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-02-08Refactor 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-06Tidy up the default libretools.confLuke 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-06Remove fullpkg and treepkg, in favor of dagpkg.Luke Shumaker
2015-05-25doc/: Two spaces between sentences, wrap to 80 columns.Luke Shumaker
2015-04-13Fix grammar mistakes in doc/createworkdir.mdLuke Shumaker
2014-07-01grep for simple-to-fix issues with loading PKGBUILDsLuke Shumaker
2013-09-29Strip trailing whitespace everywhere.Luke Shumaker
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
2013-09-11Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵Luke Shumaker
chroot-tools
2013-07-27revamp the Makefiles to support manpagesLuke Shumaker
2013-05-24clean up doc/; normalize filenames, clean up createworkdir(.md)Luke Shumaker
2012-12-09make the Makefile(s)... mortal-friendlyLuke 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-30Workflows documentationNicolás Reynolds
2012-11-05Updated treepkg docsNicolás Reynolds
2012-04-08treepkg documentationNicolás Reynolds
2011-09-07Added a little bit of documentation to fullpkg, please read.Nicolas Reynolds
2011-02-05CreateWorkDir creates the dir tree for packagingNicolás Reynolds