emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "Barak A. Pearlmutter" <barak@cs.nuim.ie>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Makefile robustness tweak
Date: Tue, 31 May 2011 13:43:30 +0200	[thread overview]
Message-ID: <B718E561-4721-465D-838A-53B848830095@gmail.com> (raw)
In-Reply-To: <E1QQxn5-0003eA-Qf@port-kdr.hamilton.local>

Applied, thanks.

This was not coucht by the patchwork server - please make sure your next patch is formatted properly and attached to the mail, that should do it...

- Carsten

On May 30, 2011, at 10:25 AM, Barak A. Pearlmutter wrote:

> From 7c79ea0a21ad6d2646958d25c298a1ac9624e9f6 Mon Sep 17 00:00:00 2001
> From: Barak A. Pearlmutter <barak+git@cs.nuim.ie>
> Date: Sun, 29 May 2011 22:20:31 +0100
> Subject: [PATCH] fail to rm or build incorrect files when doc directory nonexistent
> 
> ---
> Makefile |   24 ++++++++++++------------
> 1 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 9693fd3..239ab2e 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
> 
> 

- Carsten

      reply	other threads:[~2011-05-31 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30  8:25 [PATCH] Makefile robustness tweak Barak A. Pearlmutter
2011-05-31 11:43 ` Carsten Dominik [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B718E561-4721-465D-838A-53B848830095@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=barak@cs.nuim.ie \
    --cc=emacs-orgmode@gnu.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: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).