From: <lu...@us...> - 2014-12-11 13:28:13
|
Revision: 651 http://sourceforge.net/p/pyscard/code/651 Author: ludov Date: 2014-12-11 13:28:09 +0000 (Thu, 11 Dec 2014) Log Message: ----------- Update to use the Sphinx generated doc Modified Paths: -------------- trunk/pyscard/src/smartcard/doc/sync.sh Modified: trunk/pyscard/src/smartcard/doc/sync.sh =================================================================== --- trunk/pyscard/src/smartcard/doc/sync.sh 2014-12-11 12:54:06 UTC (rev 650) +++ trunk/pyscard/src/smartcard/doc/sync.sh 2014-12-11 13:28:09 UTC (rev 651) @@ -3,4 +3,4 @@ set -e set -v -scp *.html lu...@we...:/home/project-web/pyscard/htdocs/ +scp -r _build/html/* lu...@we...:/home/project-web/pyscard/htdocs/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |