emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Update emacs org-mode


From: Samuel Wales
Subject: Re: [Orgmode] Update emacs org-mode
Date: Sat, 4 Apr 2009 10:23:23 -0700

I do this:

...
        echo;echo \=== updating org;echo
        (
        cd $delbig/org-mode &&
                git pull --stat --log &&
                #first time make clean?
                make>elup--make 2>&1
                #  make install ... unnec unless you want delorg
                #  to be backed up.  if so then install setting
                #  prefix lispdir
                diffold doc/org.texi--old  doc/org.texi
        echo not doing git gc
        )
...
diffold () {
        local fold="${1:?}"; shift
        local fnew="${1:?}"; shift

        diff -u "$fold" "$fnew"
        cp "$fnew" "$fold"
}

On 2009-04-04, Manish <address@hidden> wrote:
> $ git pull && make clean && make && make doc

Is make clean necessary lately?  It works without it for me.  I
thought make clean was for when mtimes are wrong?

-- 
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering (worse than nearly all other
diseases studied; e.g. Schweitzer et al. 1995) and grossly corrupting
science.  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




reply via email to

[Prev in Thread] Current Thread [Next in Thread]