summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-04-09 12:30:57 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-04-09 12:30:57 -0700
commit60c8395eecdf01c95c8b6f4809e2f543d433f117 (patch)
treebd9590c1ef250789cdbc2c53c26327e1239d3f67 /doc
parent33b3ba3fc71ada906bfeb05eee937661c32b2877 (diff)
downloadlibusb-60c8395eecdf01c95c8b6f4809e2f543d433f117.tar.gz
Makefiles: Remove target-specific variables
Improve portability with non-GNU make by using standard variables. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 3d835c5..26400b5 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -8,7 +8,7 @@ docs: @DOXYGEN_HTMLDIR@
@DOXYGEN_HTMLDIR@: doxygen.cfg libusb.png $(LIBUSB_DOC_SRC)
doxygen $<
-docs-upload: sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs
+sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs
docs-upload: @DOXYGEN_HTMLDIR@
if [ -z "$$SF_USER" ]; then \
rsync -rv --delete $< $(sfurl); \