aboutsummaryrefslogtreecommitdiffstats
path: root/libusb-1.0/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libusb-1.0/doc/Makefile.am')
-rw-r--r--libusb-1.0/doc/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/libusb-1.0/doc/Makefile.am b/libusb-1.0/doc/Makefile.am
deleted file mode 100644
index ac5b189..0000000
--- a/libusb-1.0/doc/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-EXTRA_DIST = doxygen.cfg.in
-
-docs: doxygen.cfg
- doxygen $^
-
-docs-upload: docs
- ln -s html api-1.0
- rsync -av api-1.0/ dsd_,libusb@web.sourceforge.net:htdocs/api-1.0/
- rm -f api-1.0
-