From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Barak A. Pearlmutter" Subject: v minor patch Date: Wed, 01 Jun 2011 14:00:10 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_4de637da.l3n1olZEeZ9JEBOyUxfjQudEFl4l7iKzcqwCo9cfNUOtRDe1" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRl20-0001Wx-MG for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 09:00:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRl1y-0001bQ-SI for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 09:00:16 -0400 Received: from lotus.nuim.ie ([149.157.1.189]:60690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRl1y-0001aQ-GL for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 09:00:14 -0400 Received: from localhost (localhost.test.com [127.0.0.1]) by lotus.nuim.ie (Postfix) with ESMTP id 977747DD014 for ; Wed, 1 Jun 2011 14:00:10 +0100 (IST) Received: from mango.nuim.ie (banyan.nuim.ie [149.157.1.4]) by lotus.nuim.ie (Postfix) with ESMTP id 726C87DCBFF for ; Wed, 1 Jun 2011 14:00:10 +0100 (IST) Received: from port-kdr.hamilton.local ([149.157.192.251]) by mango.nuim.ie (Sun Java(tm) System Messaging Server 6.3-8.03 (built Apr 24 2009; 32bit)) with ESMTPS id <0LM400K6844A9O30@mango.nuim.ie> for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 14:00:10 +0100 (IST) Received: from barak by port-kdr.hamilton.local with local (Exim 4.72) (envelope-from ) id 1QRl1u-0003Jg-86 for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 14:00:10 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --=_4de637da.l3n1olZEeZ9JEBOyUxfjQudEFl4l7iKzcqwCo9cfNUOtRDe1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline v minor patch, purely cosmetic --=_4de637da.l3n1olZEeZ9JEBOyUxfjQudEFl4l7iKzcqwCo9cfNUOtRDe1 Content-Type: text/x-diff; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-remove-unnecessary-parenthesis-in-Makefile.patch" >From 83fb2858d3ff8fc08b07a48f425b15579617fdbc Mon Sep 17 00:00:00 2001 From: Barak A. Pearlmutter Date: Wed, 1 Jun 2011 13:56:41 +0100 Subject: [PATCH] remove unnecessary parenthesis in Makefile --- Makefile | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 239ab2e..e748029 100644 --- a/Makefile +++ b/Makefile @@ -238,30 +238,30 @@ lisp/org-install.el: $(LISPFILES0) Makefile mv org-install.el lisp doc/org: doc/org.texi - (cd doc && $(MAKEINFO) --no-split org.texi -o org) + cd doc && $(MAKEINFO) --no-split org.texi -o org doc/org.pdf: doc/org.texi - (cd doc && $(TEXI2PDF) org.texi) + cd doc && $(TEXI2PDF) org.texi doc/orgguide.pdf: doc/orgguide.texi - (cd doc && $(TEXI2PDF) orgguide.texi) + cd doc && $(TEXI2PDF) orgguide.texi doc/org.html: doc/org.texi - (cd doc && $(TEXI2HTML) --no-split -o org.html org.texi) + cd doc && $(TEXI2HTML) --no-split -o org.html org.texi UTILITIES/manfull.pl doc/org.html doc/orgcard.pdf: doc/orgcard.tex - (cd doc && pdftex orgcard.tex) + cd doc && pdftex orgcard.tex doc/orgcard.txt: doc/orgcard.tex - (cd doc && perl ../UTILITIES/orgcard2txt.pl orgcard.tex > orgcard.txt) + cd doc && perl ../UTILITIES/orgcard2txt.pl orgcard.tex > orgcard.txt doc/orgcard_letter.tex: doc/orgcard.tex perl -pe 's/\\pdflayout=\(0l\)/\\pdflayout=(1l)/' \ doc/orgcard.tex > doc/orgcard_letter.tex doc/orgcard_letter.pdf: doc/orgcard_letter.tex - (cd doc && pdftex orgcard_letter.tex) + cd doc && pdftex orgcard_letter.tex # Below here are special targets for maintenance only @@ -427,11 +427,11 @@ cleancontrib: cleanelc: rm -f $(ELCFILES) cleandoc: - -(cd doc && rm -f org.pdf org org.html orgcard.pdf orgguide.pdf) - -(cd doc && rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs) - -(cd doc && rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps) - -(cd doc && rm -f orgcard_letter.tex orgcard_letter.pdf) - -(cd doc && rm -rf manual) + -cd doc && rm -f org.pdf org org.html orgcard.pdf orgguide.pdf + -cd doc && rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs + -cd doc && rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps + -cd doc && rm -f orgcard_letter.tex orgcard_letter.pdf + -cd doc && rm -rf manual cleanrel: rm -rf RELEASEDIR -- 1.7.2.5 --=_4de637da.l3n1olZEeZ9JEBOyUxfjQudEFl4l7iKzcqwCo9cfNUOtRDe1--