summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2014-10-19Removed wasteIgor Pashev2-29/+0
2014-06-07Preparations for 0.9.6 releaseWolfgang Hommel1-1/+1
2013-10-13fix directory permissions on installWolfgang Hommel1-1/+1
2013-10-11Changes to Makefiles by ryandesign at MacPorts, changeset 112062Wolfgang Hommel1-1/+1
2013-10-03Update default PREFIX on OSXWolfgang Hommel1-1/+1
2013-10-03Ensure target directory existsWolfgang Hommel1-1/+2
2013-10-03Makefile for OSX man page installationWolfgang Hommel1-0/+14
2013-09-05Updated manpage for upcoming 0.9.5Wolfgang Hommel1-8/+7
2013-08-24Revert a0e3346..2dceb57Wolfgang Hommel1-5/+3
This rolls back to commit a0e33461a0cd92d916bbcdbfcdee4574411aee93.
2013-08-21attempt at global relativeToni G1-3/+5
2013-08-19Use the same global clock for all processes spawned by faketime -f '... iN'Balint Reczey1-1/+3
In case the clock is set to advance with each faked time(), etc. call, the counter uses the same clock counter stored in shared memory and protected by a semaphore.
2013-08-15Advance time with each time(), gettimeofday(), etc. callBalint Reczey1-1/+3
2013-06-11allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor1-2/+2
for example, now you can do: make PREFIX=/usr without any modification to the Makefile and have it behave as intended.
2012-08-30whitespace cleanupTomi Ollila1-7/+7
Used (emacs) M-x untabify for whole faketime.c as the prevailing style in that file used spaces for indentation. Used M-x delete-trailing-whitespace to all files that had either trailing whitespace or empty lines at the end of file to remove those.
2011-05-10Overwrite existing man pages when running `make install`.Lukas Fleischer1-1/+1
Add "-f" option to gzip(1) invocation to avoid user prompts if compressed man pages already exist in the target directory. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-05-10Use install(1) instead of mkdir(1) and cp(1) in Makefiles.Lukas Fleischer1-1/+3
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-05-10Use a separate Makefile for man pages.Lukas Fleischer1-0/+12
* 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-04-24git repository based on v0.8Wolfgang Hommel1-0/+74