From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Makefile: update Date: Tue, 02 Jun 2009 07:25:06 -0400 Message-ID: <87ljoa7u99.fsf@gollum.intra.norang.ca> References: <61176df0906012327pdba6b9co71c65fffb2959d9e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBS7N-0005Rx-Er for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 07:25:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBS7G-0005Mp-9V for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 07:25:17 -0400 Received: from [199.232.76.173] (port=46058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBS7E-0005MV-Iy for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 07:25:12 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:61923) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBS7E-0003yE-54 for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 07:25:12 -0400 In-Reply-To: <61176df0906012327pdba6b9co71c65fffb2959d9e@mail.gmail.com> (Konstantin Antipin's message of "Tue\, 2 Jun 2009 08\:27\:24 +0200") 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 Konstantin Antipin writes: > 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... You could also do that locally as described here: http://orgmode.org/worg/org-faq.php#keeping-local-changes-current-with-Org-mode-development -Bernt