Parent Directory
|
Revision Log
Script to uppload the Doxygen doc on the web server
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | set -x |
| 5 | |
| 6 | rm -rf api |
| 7 | make doxygen |
| 8 | rsync --recursive --verbose --update --rsh=ssh api anonscm.debian.org:pcsclite_htdocs/ |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |