emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: Daniel Martins <danielemc@gmail.com>
Cc: "emacs-orgmode@gnu.org" <Emacs-orgmode@gnu.org>
Subject: Re: Org-mode Makefile: make clean needed? make doc error?
Date: Thu, 10 Sep 2009 13:25:11 -0700	[thread overview]
Message-ID: <20524da70909101325t5b08db7fod47cc3b23f39a41e@mail.gmail.com> (raw)
In-Reply-To: <6ac505ad0909051639j6be2a13fn8d68338fede6f025@mail.gmail.com>

Perhaps the makefile could use texi2html and emacs-w3m could display?

Also, AFAIK, git pull does not return an exit status, so && will always execute.

One solution:

                head=`git rev-parse --verify HEAD`
                git pull
                git status
                newhead=`git rev-parse --verify HEAD`
                if [ "$newhead" != "$head" ]
                then
                        #does make clean ret exit code?
                        account echodoq1 make cleanall > elup--make-clean &&
                                echo \=== make &&
                                make>elup--make 2>&1 &&
                                echo &&
                                cat elup--make | account mygrep error
                        diffoldnew cat doc/org.texi
                        #make install ... unnec unless you want
                        #delorg to be backed up.  if so then
                        #install setting prefix lispdir etc. in
                        #some annoying way
                fi

  reply	other threads:[~2009-09-10 20:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05 23:39 Org-mode Makefile: make clean needed? make doc error? Daniel Martins
2009-09-10 20:25 ` Samuel Wales [this message]
2009-09-11 15:30   ` Daniel Martins

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=20524da70909101325t5b08db7fod47cc3b23f39a41e@mail.gmail.com \
    --to=samologist@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    --cc=danielemc@gmail.com \
    /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).