From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Antipin Subject: Re: Makefile: update Date: Tue, 2 Jun 2009 11:36:55 +0200 Message-ID: <61176df0906020236u549ff941w7b3a066acf6b6ffe@mail.gmail.com> References: <61176df0906012327pdba6b9co71c65fffb2959d9e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBQQY-0007pt-5L for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 05:37:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBQQT-0007pR-Fv for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 05:37:01 -0400 Received: from [199.232.76.173] (port=50109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBQQT-0007pO-BL for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 05:36:57 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:46647) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBQQS-0004n2-SS for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 05:36:57 -0400 Received: by fxm17 with SMTP id 17so9008464fxm.42 for ; Tue, 02 Jun 2009 02:36:56 -0700 (PDT) In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode mailing list Super! Thanks. Kostya On Tue, Jun 2, 2009 at 10:30 AM, Carsten Dominik wrote: > > 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: >> =A0 =A0 =A0 =A0git pull >> =A0 =A0 =A0 =A0make clean >> =A0 =A0 =A0 =A0make all >> =A0 =A0 =A0 =A0sudo make install >> >> It would be convenient... > > Yes. =A0However, sudo make install is system dependent and may not work > properly. > > I have now added: > > update: > =A0 =A0 =A0 =A0git pull > =A0 =A0 =A0 =A0make clean > =A0 =A0 =A0 =A0make all > > up2: > =A0 =A0 =A0 =A0make update > =A0 =A0 =A0 =A0sudo 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 > >