Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | librelib: print to stderr if it can't find the library | Luke Shumaker | |
2013-05-26 | librelib: fix usage() | Luke Shumaker | |
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker | |
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist |