summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24Makefile: Add 'check-groff-warnings' targetSimon Paillard1-0/+13
Add a 'check-groff-warnings' target to check if groff reports warnings (the underlying problem may be causing words or sentences not to be displayed) from http://lintian.debian.org/tags/manpage-has-errors-from-man.html Some edits by mtk. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-04-17Makefile: use "mkdir -p" instead of "-make"Michael Kerrisk1-1/+1
For some casual readers of the Makefile, "mkdir -p" is probably a little easier to read than the equivalent "-make". Reported-by: Reuben Thomas <rrt@sc3d.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-04-17Makefile: Add "uninstall" as a synonym for "remove" targetReuben Thomas1-1/+1
"uninstall" is the GNU standard name for the target, so it'll be the one most users are used to. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-06-05POSIX man pages are now in a separate package.Michael Kerrisk1-4/+4
Other minor updates.
2008-02-22Remove code relating to man1/README, which no longer exists.Michael Kerrisk1-2/+0
2007-07-12Make the install target of man-pages respect the standardMichael Kerrisk1-3/+4
"DESTDIR" variable as well as check the exit status of the install command so errors aren't ignored.
2007-06-10Fix setting of 'prefix' macro.Michael Kerrisk1-1/+2
2004-11-03Import of man-pages 1.70man-pages-1.70Michael Kerrisk1-0/+59