diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-11-21 11:00:47 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-11-21 11:00:47 +0000 |
commit | 0e5b0fcb77a90b8bd95ad23669da472af31ef069 (patch) | |
tree | 88bf9761bcafd846f873fa4cf63c899be1323a7d /doc | |
parent | a133875e6e2f52eff53ac03f505d59cbdd33e178 (diff) | |
download | libusb-0e5b0fcb77a90b8bd95ad23669da472af31ef069.tar.gz |
SourceForge website upload system changed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7659cdf..ac5b189 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,6 +5,6 @@ docs: doxygen.cfg docs-upload: docs ln -s html api-1.0 - rsync -av api-1.0/ shell.sourceforge.net:/home/groups/l/li/libusb/htdocs/api-1.0/ + rsync -av api-1.0/ dsd_,libusb@web.sourceforge.net:htdocs/api-1.0/ rm -f api-1.0 |