mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
build: Update the remote publish path for the cookbook
This commit is contained in:
parent
8f4d61e663
commit
4037f76a3e
@ -1,3 +1,5 @@
|
||||
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||
|
||||
SUBDIRS = examples
|
||||
|
||||
NULL =
|
||||
@ -156,10 +158,10 @@ install-data-local:
|
||||
.PHONY : doc
|
||||
|
||||
COOKBOOK_BASE_PATH = /home/clutter/web/docs.clutter-project.org/docs/clutter-cookbook
|
||||
COOKBOOK_VERSION = $(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)
|
||||
COOKBOOK_VERSION = $(CLUTTER_API_VERSION)
|
||||
COOKBOOK_PATH = $(COOKBOOK_BASE_PATH)/$(COOKBOOK_VERSION)
|
||||
|
||||
publish: html-build.stamp
|
||||
scp -r html/* clutter@clutter-project.org:$(COOKBOOK_PATH)
|
||||
$(QUIET_CP)scp -r html/* clutter@clutter-project.org:$(COOKBOOK_PATH)
|
||||
|
||||
.PHONY : publish
|
||||
|
Loading…
Reference in New Issue
Block a user