emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Makefile: update


From: Carsten Dominik
Subject: Re: [Orgmode] Makefile: update
Date: Tue, 2 Jun 2009 10:30:17 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]