From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E180C139694 for ; Mon, 10 Apr 2017 18:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BB121C1EA; Mon, 10 Apr 2017 18:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F1B821C1EA for ; Mon, 10 Apr 2017 18:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AAF5341662 for ; Mon, 10 Apr 2017 18:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4D657445 for ; Mon, 10 Apr 2017 18:12:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486633112.422fb36b981a1f352369534505340441a73cd62a.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 422fb36b981a1f352369534505340441a73cd62a X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b14c844c-21db-406e-b8f2-22e4a4ae2a10 X-Archives-Hash: 4499dd27530ee4118eacebae04151b4e Message-ID: <20170410181217.yUr_BchSzth67hd1krWVXC5bRIrxZbQGwddexRG8CVI@z> commit: 422fb36b981a1f352369534505340441a73cd62a Author: Ulrich Müller gentoo org> AuthorDate: Thu Feb 9 09:38:32 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Feb 9 09:38:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=422fb36b Makefile: Update sed command to remove span spam in tex4ht output. Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8a9b75..9ad1c21 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex @# work around irregularity in how links to longtables are @# formatted in the List of Tables LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' $@ - @# fix broken span on title page - LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' $@ + @# remove redundant span elements + LC_ALL=C sed -i -e ':x;/]*\)\?$$/{N;bx;};:y;s/\(]*>\)\([^<]*\)<\/span>\1/\1\2/;ty' $@ pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf latex pms