From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Org-mode Makefile: make clean needed? make doc error? Date: Thu, 10 Sep 2009 13:25:11 -0700 Message-ID: <20524da70909101325t5b08db7fod47cc3b23f39a41e@mail.gmail.com> References: <6ac505ad0909051639j6be2a13fn8d68338fede6f025@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlqCo-0005ND-Ox for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 16:25:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlqCk-0005Lt-7M for Emacs-orgmode@gnu.org; Thu, 10 Sep 2009 16:25:22 -0400 Received: from [199.232.76.173] (port=38674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlqCk-0005Lq-0Z for Emacs-orgmode@gnu.org; Thu, 10 Sep 2009 16:25:18 -0400 Received: from mail-iw0-f198.google.com ([209.85.223.198]:59242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlqCf-00069d-Pf for Emacs-orgmode@gnu.org; Thu, 10 Sep 2009 16:25:14 -0400 Received: by iwn36 with SMTP id 36so267003iwn.24 for ; Thu, 10 Sep 2009 13:25:12 -0700 (PDT) In-Reply-To: <6ac505ad0909051639j6be2a13fn8d68338fede6f025@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Martins Cc: "emacs-orgmode@gnu.org" 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