From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_TVD_MIME_EPI autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24781 invoked from network); 19 Oct 2023 12:49:00 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 19 Oct 2023 12:49:00 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 65a18d44 for ; Thu, 19 Oct 2023 12:48:58 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id c081f8a4 for ; Thu, 19 Oct 2023 12:48:58 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id BFA7EB828DD for ; Thu, 19 Oct 2023 12:48:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F5BCC433C9 for ; Thu, 19 Oct 2023 12:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697719736; bh=1+Tgqvb4Pvo7MwNspJWZtcDY4TsNKTpNVjtIOOpYOEE=; h=Date:From:To:Subject:References:In-Reply-To:From; b=OC1uYLZwp3Go9ydZTyLXMPpVADYDU24tFDhnoE01EAPDKGZDBC02L75mqe5+M9IEf Vt1S2+tRbYbw/hH2gXwTd4LcS/YEGu+OKVzkQD0LV2WhmAw4Pfhk3njevKC6znFxvc XEpYtv4IeHugFqsnlRRjK/3Xn8GouIyeGD8UqY2KZFScOu735sNB6KaCEvnI4ToiQ1 WcjQgWNF6WJURaF2ADSaTzscuWpwjk8hol7wjvfCdACUyJEJgPJoqtnFOb2HatElKq JZBNcy1jUyIDzwHXCnRCVgM3fDt6tXI3jhFsZ/OrhbPjgFMZee0h5a0q8VfC5ne565 rQszTbpYrR7OQ== Date: Thu, 19 Oct 2023 14:48:53 +0200 From: Alejandro Colomar To: tech@mandoc.bsd.lv Subject: Re: mandoc -man -Thtml: unwanted line break after bullet (.IP) Message-ID: References: X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ePaFWAydBqcxhc/9" Content-Disposition: inline In-Reply-To: --ePaFWAydBqcxhc/9 Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Date: Thu, 19 Oct 2023 14:48:53 +0200 From: Alejandro Colomar To: tech@mandoc.bsd.lv Subject: Re: mandoc -man -Thtml: unwanted line break after bullet (.IP) Hi Ingo, On Thu, Oct 19, 2023 at 01:59:22PM +0200, Ingo Schwarze wrote: > Hi Alejandro, >=20 > Ingo Schwarze wrote on Wed, Oct 18, 2023 at 02:04:46AM +0200: >=20 > > 1. change the Makefile to always install mandoc.css >=20 > Done with the commit appended below. >=20 > I believe all issues discovered in the thread "unwanted line break > after bullet" have now been fixed. In case i missed something, > please speak up! Thanks! Not as far as I can see. Cheers, Alex >=20 > Yours, > Ingo >=20 >=20 > Log Message: > ----------- > Install mandoc.css by default even if man.cgi(8) is not built. > It matters because users of "mandoc -T html" typically need it. >=20 > Issue found in a conversation with Alejandro Colomar . >=20 > Modified Files: > -------------- > mandoc: > Makefile > configure > configure.local.example >=20 > Revision Data > ------------- > Index: configure > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/cvs/mandoc/mandoc/configure,v > retrieving revision 1.82 > retrieving revision 1.83 > diff -Lconfigure -Lconfigure -u -p -r1.82 -r1.83 > --- configure > +++ configure > @@ -111,6 +111,7 @@ BIN_FROM_SBIN=3D > INCLUDEDIR=3D > LIBDIR=3D > MANDIR=3D > +MISCDIR=3D > READ_ALLOWED_PATH=3D > =20 > WWWPREFIX=3D"/var/www" > @@ -620,6 +621,7 @@ exec > Makefile.local > [ -z "${INCLUDEDIR}" ] && INCLUDEDIR=3D"${PREFIX}/include/mandoc" > [ -z "${LIBDIR}" ] && LIBDIR=3D"${PREFIX}/lib/mandoc" > [ -z "${MANDIR}" ] && MANDIR=3D"${PREFIX}/man" > +[ -z "${MISCDIR}" ] && MISCDIR=3D"${PREFIX}/share/misc" > =20 > [ -z "${HTDOCDIR}" ] && HTDOCDIR=3D"${WWWPREFIX}/htdocs" > [ -z "${CGIBINDIR}" ] && CGIBINDIR=3D"${WWWPREFIX}/cgi-bin" > @@ -658,6 +660,7 @@ BIN_FROM_SBIN =3D ${BIN_FROM_SBIN} > INCLUDEDIR =3D ${INCLUDEDIR} > LIBDIR =3D ${LIBDIR} > MANDIR =3D ${MANDIR} > +MISCDIR =3D ${MISCDIR} > WWWPREFIX =3D ${WWWPREFIX} > HTDOCDIR =3D ${HTDOCDIR} > CGIBINDIR =3D ${CGIBINDIR} > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/cvs/mandoc/mandoc/Makefile,v > retrieving revision 1.542 > retrieving revision 1.543 > diff -LMakefile -LMakefile -u -p -r1.542 -r1.543 > --- Makefile > +++ Makefile > @@ -416,6 +416,7 @@ base-install: mandoc demandoc soelim > mkdir -p $(DESTDIR)$(MANDIR)/man5 > mkdir -p $(DESTDIR)$(MANDIR)/man7 > mkdir -p $(DESTDIR)$(MANDIR)/man8 > + mkdir -p $(DESTDIR)$(MISCDIR) > $(INSTALL_PROGRAM) mandoc demandoc $(DESTDIR)$(BINDIR) > $(INSTALL_PROGRAM) soelim $(DESTDIR)$(BINDIR)/$(BINM_SOELIM) > cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_MAN) > @@ -438,6 +439,7 @@ base-install: mandoc demandoc soelim > $(INSTALL_MAN) mandoc_char.7 $(DESTDIR)$(MANDIR)/man7 > $(INSTALL_MAN) makewhatis.8 \ > $(DESTDIR)$(MANDIR)/man8/$(BINM_MAKEWHATIS).8 > + $(INSTALL_DATA) mandoc.css $(DESTDIR)$(MISCDIR) > =20 > lib-install: libmandoc.a > mkdir -p $(DESTDIR)$(LIBDIR) > Index: configure.local.example > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/cvs/mandoc/mandoc/configure.local.example,v > retrieving revision 1.44 > retrieving revision 1.45 > diff -Lconfigure.local.example -Lconfigure.local.example -u -p -r1.44 -r1= =2E45 > --- configure.local.example > +++ configure.local.example > @@ -108,11 +108,15 @@ OSNAME=3D"OpenBSD 7.0" > # there is no need to copy the whole block. > # Even if you set PREFIX to something else, the other variables > # pick it up without copying them all over. > +# MISCDIR is only used for installing the file mandoc.css. > +# That is important because users of "mandoc -T html" often need it > +# even if they are not using man.cgi(8), see mandoc(1) for details. > =20 > PREFIX=3D"/usr/local" > BINDIR=3D"${PREFIX}/bin" > SBINDIR=3D"${PREFIX}/sbin" > MANDIR=3D"${PREFIX}/man" > +MISCDIR=3D"${PREFIX}/share/misc" > =20 > # If BINDIR and SBINDIR are not subdirectories of the same parent > # directory or if the basename(1) of BINDIR differs from "bin", > -- > To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv >=20 --=20 --ePaFWAydBqcxhc/9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6jqH8KTroDDkXfJAnowa+77/2zIFAmUxJbUACgkQnowa+77/ 2zI1vQ//RHaIwUJuY/OKnJzzLhOYZmfNIHKc8bjcwz5FlNau2V+C6BgcYfbM9DBd o7biOkst7/JctwpUx5OzxLAbxcg4GaKO8rzZuM1AzxohaxnoLvXQcHX5jmNsG0EU Q+o76/ib6gppXaf24frPHMcEdposUpFWmB/1WlTE4pIAJpYC4mmF5/X1iMVuc9eL i8V3WdYsCm/Lv8q/q2bH3rsNyZNk0+Y5OIDn3l7i4lDMCG583lTkgxFjqJBLdWNA 9Jk8PSXvl4ZuvD0rKyTl0Wq2IS4Yv/tiNMTSPXjZgIZWRtOkDsbIB1mr/ZWXMA4O xZabiRV/ATuyQvuBIRyYrerNw3SjHuK+CILWEry2o25eTWA38OfitK3tc73O4Kf2 FFEB5PBIDrN8m/IiSYzEl0OsbCKNJRiTbqhfCOS7MzWkUU9LKNMKkr9BU4rVIfeI TkdvPQzudd7ha+7m3fkHxALdRjVk4SjUZWlNajEXNJxgPPXyoKMqB9uJpcrlBwH0 IT3VrZS9y1O+jvtxcFaXtM6UBQRxGbXsh85IZOU9pC/7XyZYPHecXpudVMMR5zst 3iDfMOy0V5WwewihiJhRChKPdoNMhFRW0xGMhbFtiUoyAVKg1REwUUVrKi6iUjp+ YXKL+X93EVCecLt/N2wsFKwOyewculhkZphzbOazff/TtKrAUHM= =zcfO -----END PGP SIGNATURE----- --ePaFWAydBqcxhc/9-- -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv