summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2019-10-30 13:03:36 +0100
committerLudovic Rousseau <ludovic.rousseau@free.fr>2019-10-30 13:06:57 +0100
commit5a0788318f6ea24f877960fd5a709722c2d928d4 (patch)
treecfa0acfdfb0b400565582e5649cdd50972471e3c /doc
parente4923e77e953d10fa1edda70e2e57adc79cf1d12 (diff)
downloadlibusb-5a0788318f6ea24f877960fd5a709722c2d928d4.tar.gz
Doxygen: do not hardcode the sourceforge.net username
The username to use to login to web.sourceforge.net should be configured in ~/.ssh/config so that different developers (with different login names) can update the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 76211f2..45f43c6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,5 +5,5 @@ docs: doxygen.cfg
docs-upload: docs
ln -s html api-1.0
- scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusb/htdocs
+ scp -r api-1.0 web.sourceforge.net:/home/project-web/libusb/htdocs
rm -f api-1.0