use wget or curl according to what is available
* doc/Makefile.am, elisp/Makefile.am: here. * HACKING: add missing requirements.
This commit is contained in:
parent
63116ff79c
commit
4fdaf0e14e
3 changed files with 4 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ org:
|
|||
$(EMACS) --batch -Q -l org/init.el
|
||||
|
||||
org/plantuml.jar:
|
||||
wget http://downloads.sourceforge.net/project/plantuml/plantuml.jar -O org/plantuml.jar
|
||||
wget http://downloads.sourceforge.net/project/plantuml/plantuml.jar -O org/plantuml.jar || curl http://downloads.sourceforge.net/project/plantuml/plantuml.jar -o org/plantuml.jar
|
||||
|
||||
org-man:
|
||||
mkdir -p $(srcdir)/userdoc/man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue