Re: [Orgmode] Org-mode Makefile: make clean needed? make doc error?

2009-09-11 Thread Daniel Martins
Thanks Samuel, I would suggest to include your script as another directive for Makefile (if possible) In older machines this unneeded compilations takes a lot of time Daniel PS It works. I put the script below in a file OrgUpdate dan...@martins:~/Trabalho/svn/lib/emacs-lisp/org-mode$ OrgUpdat

Re: [Orgmode] Org-mode Makefile: make clean needed? make doc error?

2009-09-10 Thread Samuel Wales
Perhaps the makefile could use texi2html and emacs-w3m could display? Also, AFAIK, git pull does not return an exit status, so && will always execute. One solution: head=`git rev-parse --verify HEAD` git pull git status newhead=`git

[Orgmode] Org-mode Makefile: make clean needed? make doc error?

2009-09-05 Thread Daniel Martins
Keeping update with org-mode has giving me some headaches with the Makefile These headaches come from my lack of knowledge probably. First is the necessity or not of make clean before make forcing to recompile ALL *.el even those unchanged. On slow computers, maybe this is a problem. The oth