* v minor patch
@ 2011-06-01 13:00 Barak A. Pearlmutter
0 siblings, 0 replies; only message in thread
From: Barak A. Pearlmutter @ 2011-06-01 13:00 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 31 bytes --]
v minor patch, purely cosmetic
[-- Attachment #2: 0001-remove-unnecessary-parenthesis-in-Makefile.patch --]
[-- Type: text/x-diff, Size: 2364 bytes --]
From 83fb2858d3ff8fc08b07a48f425b15579617fdbc Mon Sep 17 00:00:00 2001
From: Barak A. Pearlmutter <barak+git@cs.nuim.ie>
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-01 13:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 13:00 v minor patch Barak A. Pearlmutter
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).