From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Makefile: update Date: Tue, 2 Jun 2009 10:30:17 +0200 Message-ID: References: <61176df0906012327pdba6b9co71c65fffb2959d9e@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBPOB-0003o4-TQ for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 04:30:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBPO4-0003mC-Rx for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 04:30:29 -0400 Received: from [199.232.76.173] (port=44527 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBPO4-0003m9-LA for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 04:30:24 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:34573) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBPO4-00024v-9e for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 04:30:24 -0400 Received: by ewy6 with SMTP id 6so10818168ewy.42 for ; Tue, 02 Jun 2009 01:30:21 -0700 (PDT) In-Reply-To: <61176df0906012327pdba6b9co71c65fffb2959d9e@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: Konstantin Antipin Cc: emacs-orgmode mailing list On Jun 2, 2009, at 8:27 AM, Konstantin Antipin wrote: > Hi, > I have a very simple feature request. > Can we add additional target to the makefile in order to simplify > process of keeping up to date with orgmode - development? > like so: > update: > git pull > make clean > make all > sudo make install > > It would be convenient... Yes. However, sudo make install is system dependent and may not work properly. I have now added: update: git pull make clean make all up2: make update sudo make install - Carsten > > best, > Kostya > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode