projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
280cc19
)
Fix 'publish' target of doc/Makefile
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 4 Oct 2009 20:31:01 +0000
(
00:31
+0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 4 Oct 2009 20:31:01 +0000
(
00:31
+0400)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
1a077f3
..
6f71c9b
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-4,7
+4,7
@@
all: doc.html tutorial.html gobject/index.html gtk/index.html gobject/style.css
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'
+ ssh kdmitry@common-lisp.net 'cd /project/cl-gtk2/public_html/doc/ && rm -rf gobject gtk && tar xf /project/cl-gtk2/manual.tar.bz2'
archive: manual.tar.bz2