org: Add an org-deploy rule
* doc/Makefile.am: Here.
This commit is contained in:
parent
1f4e035147
commit
19ca5a607d
1 changed files with 5 additions and 0 deletions
|
|
@ -80,3 +80,8 @@ EXTRA_DIST = \
|
|||
$(ORG_FILES) \
|
||||
$(srcdir)/org-stamp \
|
||||
userdoc
|
||||
|
||||
.PHONY: org-deploy
|
||||
org-deploy: $(srcdir)/org-stamp
|
||||
cd $(srcdir); \
|
||||
rsync -P -z -u -v -r -l -C --delete userdoc/ spot:www_spot/userdoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue