[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Makefile: update
From: |
Konstantin Antipin |
Subject: |
Re: [Orgmode] Makefile: update |
Date: |
Tue, 2 Jun 2009 11:36:55 +0200 |
Super!
Thanks.
Kostya
On Tue, Jun 2, 2009 at 10:30 AM, Carsten Dominik
<address@hidden> 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:
>> 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>