Doxygen: do not hardcode the sourceforge.net username
authorLudovic Rousseau <ludovic.rousseau@free.fr>
Wed, 30 Oct 2019 12:03:36 +0000 (13:03 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Wed, 30 Oct 2019 12:06:57 +0000 (13:06 +0100)
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.

doc/Makefile.am
libusb/version_nano.h

index 76211f2..45f43c6 100644 (file)
@@ -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
index a41e19e..05fc12e 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11404
+#define LIBUSB_NANO 11405