From: rh_ <richard_hubbe11@lavabit.com>
To: linux-kernel@vger.kernel.org
Subject: Re: man-pages-3.77 is released
Date: Sat, 10 Jan 2015 15:52:24 -0800 [thread overview]
Message-ID: <20150110155224.08c9a2c9@127> (raw)
In-Reply-To: 54B150D4.6060405@gmail.com
On Sat, 10 Jan 2015 17:18:28 +0100
"Michael Kerrisk (man-pages)" <mtk.manpages@gmail.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 \
prev parent reply other threads:[~2015-01-10 23:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-10 16:18 man-pages-3.77 is released Michael Kerrisk (man-pages)
2015-01-10 23:52 ` rh_ [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150110155224.08c9a2c9@127 \
--to=richard_hubbe11@lavabit.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox