summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11separate the testing step from the build stepDaniel Kahn Gillmor1-1/+0
There are circumstances where you just want to repeat the build without running the tests. keeping the "test" target distinct from the "all" target makes it possible to do that cleanly.
2013-06-11allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor1-1/+1
for example, now you can do: make PREFIX=/usr without any modification to the Makefile and have it behave as intended.
2012-02-05Initialize INSTALL as suggested by Lukas FleischerWolfgang Hommel1-0/+2
2011-07-15Restructure meta filesLukas Fleischer1-2/+6
* Move "COPYING" and "Changelog" from "meta/" to the top-level source directory. No need to have a separate directory for two small text files. Also, it's common practice to put these there. * Makefile: Merge "meta/Makefile". * Rename "Changelog" to "NEWS". The file containing a summary of changes between two releases in generally called "NEWS". The name "ChangeLog" should only be used for a detailed log of every commit. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-05-10Use a separate Makefile for meta files.Lukas Fleischer1-0/+2
* Create separate "install" and "uninstall" targets for meta files. * Add meta file targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-05-10Use a separate Makefile for man pages.Lukas Fleischer1-0/+2
* Create separate "install" and "uninstall" targets for man pages. * Add man page targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-05-10Add shortcut Makefile.Lukas Fleischer1-0/+22
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>