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 8AA78139694 for ; Mon, 10 Apr 2017 18:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A9221C1BB; Mon, 10 Apr 2017 18:12:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7FC4921C1BB for ; Mon, 10 Apr 2017 18:12:21 +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 B1F9D341674 for ; Mon, 10 Apr 2017 18:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 162F87447 for ; Mon, 10 Apr 2017 18:12:18 +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: <1488617628.3d0f218bc1e6a142af1f671a94a38c5d00eeec31.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: 3d0f218bc1e6a142af1f671a94a38c5d00eeec31 X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:18 +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: cd5c3ffc-dd31-4ec1-82ad-2fd61a06244e X-Archives-Hash: cc86ed10a16fb65aaf578846959bc26f commit: 3d0f218bc1e6a142af1f671a94a38c5d00eeec31 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 4 08:53:48 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 4 08:53:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3d0f218b Makefile: Add vc as prerequisite for vc.tex. Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ad1c21..70d1883 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ eapi-cheatsheet-nocombine.pdf: vc.tex pdflatex -jobname eapi-cheatsheet-nocombine \ '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' -vc.tex: $(LATEXFILES) vc-git.awk +vc.tex: $(LATEXFILES) vc vc-git.awk /bin/sh ./vc pms.dvi: $(LATEXFILES) pms.bbl vc.tex 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 8263A139694 for ; Sat, 4 Mar 2017 08:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC2AE0C27; Sat, 4 Mar 2017 08:54:16 +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 796ADE0C27 for ; Sat, 4 Mar 2017 08:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BBAD3417C0 for ; Sat, 4 Mar 2017 08:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74BE95BE6 for ; Sat, 4 Mar 2017 08:54:13 +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: <1488617628.3d0f218bc1e6a142af1f671a94a38c5d00eeec31.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: 3d0f218bc1e6a142af1f671a94a38c5d00eeec31 X-VCS-Branch: master Date: Sat, 4 Mar 2017 08:54:13 +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: 0e4a3688-66ee-43e6-b597-7a62e3603bed X-Archives-Hash: 9dab3b12a642aa103c888ede1df2be7b Message-ID: <20170304085413.UU_aXJ0KGDKjDVZeTGjyvEmIPj9JPqisyialK9lKBMU@z> commit: 3d0f218bc1e6a142af1f671a94a38c5d00eeec31 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 4 08:53:48 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 4 08:53:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3d0f218b Makefile: Add vc as prerequisite for vc.tex. Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ad1c21..70d1883 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ eapi-cheatsheet-nocombine.pdf: vc.tex pdflatex -jobname eapi-cheatsheet-nocombine \ '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' -vc.tex: $(LATEXFILES) vc-git.awk +vc.tex: $(LATEXFILES) vc vc-git.awk /bin/sh ./vc pms.dvi: $(LATEXFILES) pms.bbl vc.tex