summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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