From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / Date: Mon, 10 Apr 2017 18:12:18 +0000 (UTC) [thread overview] Message-ID: <1490662521.dc6afee300913559311996bb59efb1ba32c35dd6.ulm@gentoo> (raw) commit: dc6afee300913559311996bb59efb1ba32c35dd6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 28 00:55:21 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 28 00:55:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=dc6afee3 Makefile: Move cleanup of aux files into separate rule. Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 70d1883..bc1ee51 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,13 @@ clean : maintainer-clean: clean rm -f vc.tex -LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls - -pms.pdf: $(LATEXFILES) pms.bbl vc.tex eapi-cheatsheet.pdf +aux-clean: @# 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 + +LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls + +pms.pdf: $(LATEXFILES) pms.bbl vc.tex eapi-cheatsheet.pdf aux-clean pdflatex pms pdflatex pms pdflatex eapi-cheatsheet @@ -39,10 +41,10 @@ pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf latex pms bibtex pms -eapi-cheatsheet.pdf: vc.tex +eapi-cheatsheet.pdf: vc.tex aux-clean pdflatex eapi-cheatsheet -eapi-cheatsheet-nocombine.pdf: vc.tex +eapi-cheatsheet-nocombine.pdf: vc.tex aux-clean @# cheat sheet with separate pages, for proofreading pdflatex -jobname eapi-cheatsheet-nocombine \ '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' @@ -50,7 +52,7 @@ eapi-cheatsheet-nocombine.pdf: vc.tex vc.tex: $(LATEXFILES) vc vc-git.awk /bin/sh ./vc -pms.dvi: $(LATEXFILES) pms.bbl vc.tex +pms.dvi: $(LATEXFILES) pms.bbl vc.tex aux-clean latex pms latex pms latex pms @@ -67,4 +69,4 @@ upload: .default: all -.phony: clean maintainer-clean dist upload +.phony: clean maintainer-clean aux-clean dist upload
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:master commit in: / Date: Wed, 29 Mar 2017 05:12:40 +0000 (UTC) [thread overview] Message-ID: <1490662521.dc6afee300913559311996bb59efb1ba32c35dd6.ulm@gentoo> (raw) Message-ID: <20170329051240.R0rh8YqwM4weFLn083z24TkgP9m3nsGzySH7-vc1XBg@z> (raw) commit: dc6afee300913559311996bb59efb1ba32c35dd6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 28 00:55:21 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 28 00:55:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=dc6afee3 Makefile: Move cleanup of aux files into separate rule. Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 70d1883..bc1ee51 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,13 @@ clean : maintainer-clean: clean rm -f vc.tex -LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls - -pms.pdf: $(LATEXFILES) pms.bbl vc.tex eapi-cheatsheet.pdf +aux-clean: @# 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 + +LATEXFILES := $(filter-out vc.tex,$(wildcard *.tex)) pms.cls + +pms.pdf: $(LATEXFILES) pms.bbl vc.tex eapi-cheatsheet.pdf aux-clean pdflatex pms pdflatex pms pdflatex eapi-cheatsheet @@ -39,10 +41,10 @@ pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf latex pms bibtex pms -eapi-cheatsheet.pdf: vc.tex +eapi-cheatsheet.pdf: vc.tex aux-clean pdflatex eapi-cheatsheet -eapi-cheatsheet-nocombine.pdf: vc.tex +eapi-cheatsheet-nocombine.pdf: vc.tex aux-clean @# cheat sheet with separate pages, for proofreading pdflatex -jobname eapi-cheatsheet-nocombine \ '\PassOptionsToClass{nocombine}{leaflet}\input{eapi-cheatsheet.tex}' @@ -50,7 +52,7 @@ eapi-cheatsheet-nocombine.pdf: vc.tex vc.tex: $(LATEXFILES) vc vc-git.awk /bin/sh ./vc -pms.dvi: $(LATEXFILES) pms.bbl vc.tex +pms.dvi: $(LATEXFILES) pms.bbl vc.tex aux-clean latex pms latex pms latex pms @@ -67,4 +69,4 @@ upload: .default: all -.phony: clean maintainer-clean dist upload +.phony: clean maintainer-clean aux-clean dist upload
next reply other threads:[~2017-04-10 18:13 UTC|newest] Thread overview: 208+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-04-10 18:12 Ulrich Müller [this message] 2017-03-29 5:12 ` [gentoo-commits] proj/pms:master commit in: / Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2018-04-30 22:13 [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2018-04-26 20:16 Ulrich Müller 2018-04-26 20:16 Ulrich Müller 2018-04-26 6:30 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-03-09 16:51 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2017-11-12 19:14 Ulrich Müller 2017-11-09 20:57 Michał Górny 2017-11-09 16:51 Michał Górny 2017-11-07 18:22 Ulrich Müller 2017-11-07 17:23 Ulrich Müller 2017-11-07 17:23 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 17:44 Michał Górny 2017-10-04 17:36 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:42 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:10 Michał Górny 2017-10-01 7:11 Michał Górny 2017-10-01 7:11 Michał Górny 2017-10-01 7:11 Michał Górny 2017-09-29 14:33 Michał Górny 2017-09-29 14:33 Michał Górny 2017-09-29 14:03 Michał Górny 2017-09-29 14:03 Michał Górny 2017-09-29 13:42 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 17:51 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:11 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-04-09 8:47 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-29 5:12 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-20 19:28 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-18 7:23 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-12 15:33 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-23 7:46 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-11 7:58 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-11 7:58 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-08 20:15 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2016-11-29 7:33 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2015-12-05 20:15 Ulrich Müller 2015-12-05 20:15 Ulrich Müller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1490662521.dc6afee300913559311996bb59efb1ba32c35dd6.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox