Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jul 2017 14:39:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 220214] Try to handle man files for USE_PYTHON=concurrent
Message-ID:  <bug-220214-21822-Ake7dF9Oz4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220214-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220214-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220214

--- Comment #2 from Fukang Chen <loader@FreeBSD.org> ---
Created attachment 184080
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184080&action=
=3Dedit
minor update

example:

UNIQUE_SUFFIX_TYPES+=3D  SUFFIX_MAN
UNIQUE_SUFFIX_MAN_FILES=3D       man/man1/command.1 man/man3/lib.3
UNIQUE_SUFFIX_MAN_WITH_EXT=3D         .[1-9]

they would be renamed to
man/man1/command${UNIQUE_SUFFIX}.1
man/man3/lib${UNIQUE_SUFFIX}.3

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220214-21822-Ake7dF9Oz4>