[Cdd-commits] r794 - cdd/trunk/cdd/doc

CDD Subversion Commit noreply at alioth.debian.org
Wed Jun 4 19:51:36 UTC 2008


Author: tille
Date: Wed Jun  4 19:51:36 2008
New Revision: 794

Modified:
   cdd/trunk/cdd/doc/Makefile
Log:
Just use rsa key for publishing the PDF


Modified: cdd/trunk/cdd/doc/Makefile
==============================================================================
--- cdd/trunk/cdd/doc/Makefile	(original)
+++ cdd/trunk/cdd/doc/Makefile	Wed Jun  4 19:51:36 2008
@@ -62,8 +62,8 @@
 		debiandoc2info -l $(doc_lang) $^
 
 publish: 	$(doc_html)/index.html
-		rsync --rsh="ssh -i ${HOME}/.ssh/id_dsa-debian" -azult --delete $(doc_html)/* $(PUBLISHDIR)
-		[ -s debian-cdd.en.pdf ] && rsync --rsh="ssh -i ${HOME}/.ssh/id_dsa-debian" -azult $(doc_pdf) $(PUBLISHDIR)
+		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)
 
 clean:
 		$(RMR) $(doc_html) $(doc_pdf) $(doc_txt) $(doc_ps) $(doc_dvi) $(doc_info)



More information about the Cdd-commits mailing list