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 B98C51381F3 for ; Tue, 20 Aug 2013 11:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B14E0C67; Tue, 20 Aug 2013 11:56:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 123E4E0C67 for ; Tue, 20 Aug 2013 11:56:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C207933EB08 for ; Tue, 20 Aug 2013 11:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5048CE545C for ; Tue, 20 Aug 2013 11:56:08 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1376242472.a6596b49fae62e1c3b76d85bdd2ebd515191867f.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 Mueller X-VCS-Revision: a6596b49fae62e1c3b76d85bdd2ebd515191867f X-VCS-Branch: master Date: Tue, 20 Aug 2013 11:56:08 +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: e6e136d7-88a0-4c5e-bdc6-b817b55b659a X-Archives-Hash: 13d1cf6eac4b071151e6f56b6aef2591 commit: a6596b49fae62e1c3b76d85bdd2ebd515191867f Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 11 17:34:32 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Aug 11 17:34:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=a6596b49 Makefile: Remove aux files produced by tex4ht. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9fdfb46..a3598cb 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ LISTINGFILES = $(shell ls *.listing) SOURCEFILES = $(LATEXFILES) $(LISTINGFILES) pms.pdf: $(SOURCEFILES) pms.bbl vc.tex eapi-cheatsheet.pdf + @# latex chokes on aux files produced by tex4ht, so remove them + if grep -q rEfLiNK pms.aux 2>/dev/null; then rm -f *.aux; fi pdflatex pms pdflatex pms pdflatex eapi-cheatsheet