Re: man-pages-3.77 is released
From: rh_
Date: Sat Jan 10 2015 - 18:54:53 EST
On Sat, 10 Jan 2015 17:18:28 +0100
"Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx> wrote:
-snip 8< snip-
I did:
git clone git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
cd man-pages
make install prefix=/ssd42/man
The man pages do install but I get one error:
mktemp: cannot create temp file /tmp/manpages-checksXXXX: Invalid argument
for i in man?; do \
install -d -m 755 /ssd42/man-pages/share/man/"$i" || exit $?; \
install -m 644 "$i"/* /ssd42/man-pages/share/man/"$i" || exit $?; \
done; \
--- Makefile 2015-01-10 15:48:44.000000000 -0800
+++ Makefile.new 2015-01-10 15:48:35.000000000 -0800
@@ -57,7 +57,7 @@ install:
# Check if groff reports warnings (may be words of sentances not displayed)
# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
-GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXX)
+GROFF_LOG := $(shell mktemp /tmp/manpages-checks.XXXXXX)
check-groff-warnings:
for i in man?/*.[1-9]; \
do \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/