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 16A8F139694 for ; Mon, 15 May 2017 18:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3CC8E0C38; Mon, 15 May 2017 18:18:44 +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 BF571E0C38 for ; Mon, 15 May 2017 18:18:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B64CE3416BB for ; Mon, 15 May 2017 18:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 582B57441 for ; Mon, 15 May 2017 18:18:42 +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: <1494864267.73eda5fbad19c8aa5f666ede7a0420c1dde584db.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 73eda5fbad19c8aa5f666ede7a0420c1dde584db X-VCS-Branch: master Date: Mon, 15 May 2017 18:18:42 +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: 5293f7b2-b681-4a5f-af9e-1c9c45a03c27 X-Archives-Hash: 9c22c382b5557f343d97b48088961119 commit: 73eda5fbad19c8aa5f666ede7a0420c1dde584db Author: Ulrich Müller gentoo org> AuthorDate: Mon May 15 16:04:27 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 15 16:04:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=73eda5fb Makefile: pms.bbl needs vc.tex as prerequisite. Makefile | 2 +- pms.cls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9bc131a..a9666dd 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex @# remove redundant span elements LC_ALL=C sed -i -e ':x;/]*\)\?$$/{N;bx;};:y;s/\(]*>\)\([^<]*\)<\/span>\1/\1\2/;ty' $@ -pms.bbl: $(LATEXFILES) pms.bib +pms.bbl: pms.bib $(LATEXFILES) vc.tex $(aux-clean) latex pms bibtex pms diff --git a/pms.cls b/pms.cls index 624d7c1..44d566c 100644 --- a/pms.cls +++ b/pms.cls @@ -52,7 +52,7 @@ Specification, loaded baseclass: \ClassToLoad\MessageBreak} % Contains information over the source control system, generated % through Makefile -\input{vc} +\input{vc.tex} % Make processing with TeX4HT possible \newboolean{TEX4HT-HACKS}