From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 878B8138247 for ; Sun, 19 Jan 2014 13:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219BEE0A70; Sun, 19 Jan 2014 13:56:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD952E0A70 for ; Sun, 19 Jan 2014 13:56:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8A7F33F993 for ; Sun, 19 Jan 2014 13:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 97B191807D for ; Sun, 19 Jan 2014 13:56:54 +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: <1390140037.aeae4ba8eee4753551a6d2d70bd56b6ac6b3afe6.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master 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: aeae4ba8eee4753551a6d2d70bd56b6ac6b3afe6 X-VCS-Branch: master Date: Sun, 19 Jan 2014 13:56:54 +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: 5f3ecd5e-181d-4b1f-9785-9b99a577ad68 X-Archives-Hash: 2a01378ee2b7bb4d1c6486eac3795c98 commit: aeae4ba8eee4753551a6d2d70bd56b6ac6b3afe6 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 19 14:00:37 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 19 14:00:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=aeae4ba8 Small fixup of tex4ht output. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 45a4ab1..e7ccdc6 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,8 @@ pms.html: $(SOURCEFILES) pms.bbl LC_ALL=C sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html @# align algorithm line numbers properly LC_ALL=C sed -i -e '//{N;s/\n\(class="[^"]\+">\)\([0-9]:<\/span>\)/\1\ \2/}' pms.html + @# fix broken span on title page + LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' pms.html pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf latex pms