From 997e48f3aa950205c626bdcd166d9d6b2159e0f7 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 27 Sep 2009 12:04:39 +0400 Subject: [PATCH] Add 'publish' target to doc/Makefile --- doc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 099c2d6..1a077f3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,10 @@ all: doc.html tutorial.html gobject/index.html gtk/index.html gobject/style.css gtk/style.css gtk/let-ui.png gtk/let-ui-glext.png -.PHONY: all archive +.PHONY: all archive publish + +publish: archive + scp manual.tar.bz2 kdmitry@common-lisp.net:/project/cl-gtk2/manual.tar.bz2 + ssh kdmitry@common-lisp.net 'cd /project/cl-gtk2/doc/ && rm -rf gtk && tar xf /project/cl-gtk2/manual.tar.bz2' archive: manual.tar.bz2 -- 1.7.10.4