[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150110155224.08c9a2c9@127>
Date: Sat, 10 Jan 2015 15:52:24 -0800
From: rh_ <richard_hubbe11@...abit.com>
To: linux-kernel@...r.kernel.org
Subject: Re: man-pages-3.77 is released
On Sat, 10 Jan 2015 17:18:28 +0100
"Michael Kerrisk (man-pages)" <mtk.manpages@...il.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists