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



_______________________________________________
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

Reply via email to