[Blends-commit] [SCM] blends-dev branch, master, updated. 6e4e3b0ad007a8d19d0e9dcc2e4cfe2189441818

Andreas Tille tille at debian.org
Mon Dec 9 13:16:05 UTC 2013


The following commit has been merged in the master branch:
commit 6e4e3b0ad007a8d19d0e9dcc2e4cfe2189441818
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 9 14:20:13 2013 +0100

    The blends documentation is now published at blends.debian.org/blends

diff --git a/doc/Makefile b/doc/Makefile
index 5dbc453..ac667a9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -30,7 +30,8 @@ LOCALE          := unset LC_ALL; unset LANG; unset LANGUAGE;
 
 ## ----------------------------------------------------------------------
 # this can and will be overriden by a higher level makefile
-PUBLISHDIR := alioth.debian.org:/srv/alioth.debian.org/chroot/home/groups/blends/htdocs/blends
+# PUBLISHDIR := alioth.debian.org:/srv/alioth.debian.org/chroot/home/groups/blends/htdocs/blends
+PUBLISHDIR := blends.debian.org:/srv/blends.debian.org/www/blends
 
 # There is no difference between letter and a4, but a2 for instance works
 PAPERSIZE  := a4
@@ -87,6 +88,8 @@ dvi $(doc_dvi): $(doc_xml)
 publish: $(doc_html_en) $(doc_pdf_en)
 	rsync -azult --delete $(doc_html_en)/*.html $(PUBLISHDIR)
 	rsync -azult $(doc_pdf_en) $(PUBLISHDIR)
+	# sync to mirrors
+	ssh blends.debian.org "/usr/local/bin/static-update-component blends.debian.org"
 
 clean:
 	for l in $(doc_lang); do \

-- 
Git repository for blends code



More information about the Blends-commit mailing list