summaryrefslogtreecommitdiff
path: root/man/Makefile
AgeCommit message (Collapse)AuthorLines
2022-06-12feh(1), --version: Document libmagic compile flagDaniel Friesel-0/+1
2020-06-15Enable --version-sort on systems without strverscmp()Tim van der Molen-1/+0
The --version-sort option requires strverscmp(), but this is a glibc extension that does not exist on OpenBSD and other systems. To enable --version-sort on those systems, provide an internal implementation of strverscmp(). The implementation is from the musl C library and is MIT-licensed. The build process remains the same: the verscmp flag should be set to 1 only if strverscmp() is available in libc. If verscmp is 0, then the internal implementation is used.
2018-09-13Merge branch 'master' of github.com:derf/fehSven Willner-0/+1
2018-02-28Add Makefile flag to disable version sorting on C libraries without strverscmpDaniel Friesel-0/+1
2017-08-24added inotify supportSven Willner-0/+1
2016-02-04manpages: Set date to release date instead of build dateDaniel Friesel-1/+1
This should also help distributions working towards reproducible builds.
2012-01-28Show exif flag in manpage / --versionDaniel Friesel-0/+1
2011-02-16Make -lcurl optional (enabled by default), rework feature en-/disablingDaniel Friesel-0/+3
2010-10-19man: Use rm -f in make cleanDaniel Friesel-1/+1
2010-08-22man/Makefile: Correct sed usageDaniel Friesel-2/+4
2010-08-22man: Automatically set datesDaniel Friesel-0/+1
2010-08-21Add version information to manpagesDaniel Friesel-0/+16