[Cdd-commits] r978 - in cdd/trunk/cdd: debian doc

CDD Subversion Commit noreply at alioth.debian.org
Sun Jul 13 11:47:41 UTC 2008


Author: tille
Date: Sun Jul 13 11:47:41 2008
New Revision: 978

Modified:
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/doc/Makefile
Log:
Location of CDD paper moved to alioth


Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Sun Jul 13 11:47:41 2008
@@ -1,3 +1,11 @@
+cdd (0.5.6) UNRELEASED; urgency=low
+
+  * doc/Makefile: publish target now enables moving the docs to
+    http://cdd.alioth.debian.org/cdd instead of
+    people.debian.org/~tille/cdd
+
+ -- Andreas Tille <tille at debian.org>  Sun, 13 Jul 2008 13:45:32 +0200
+
 cdd (0.5.5) unstable; urgency=low
 
   * New task header Metapackage to make it possible to disable the

Modified: cdd/trunk/cdd/doc/Makefile
==============================================================================
--- cdd/trunk/cdd/doc/Makefile	(original)
+++ cdd/trunk/cdd/doc/Makefile	Sun Jul 13 11:47:41 2008
@@ -27,7 +27,7 @@
 
 ## ----------------------------------------------------------------------
 # this can and will be overriden by a higher level makefile
-PUBLISHDIR := tille at people.debian.org:public_html/cdd
+PUBLISHDIR := alioth.debian.org:/srv/alioth.debian.org/chroot/home/groups/cdd/htdocs/cdd
 
 # There is no difference between letter and a4, but a2 for instance works
 PAPERSIZE  := letter
@@ -61,9 +61,9 @@
 info $(doc_info): $(doc_sgml)
 		debiandoc2info -l $(doc_lang) $^
 
-publish: 	$(doc_html)/index.html
-		rsync --rsh="ssh -i ${HOME}/.ssh/id_rsa-debian" -azult --delete $(doc_html)/* $(PUBLISHDIR)
-		[ -s debian-cdd.en.pdf ] && rsync --rsh="ssh -i ${HOME}/.ssh/id_rsa-debian" -azult $(doc_pdf) $(PUBLISHDIR)
+publish: 	html pdf
+		rsync -azult --delete $(doc_html)/* $(PUBLISHDIR)
+		[ -s debian-cdd.en.pdf ] && rsync -azult $(doc_pdf) $(PUBLISHDIR)
 
 clean:
 		$(RMR) $(doc_html) $(doc_pdf) $(doc_txt) $(doc_ps) $(doc_dvi) $(doc_info)



More information about the Cdd-commits mailing list