Index: third_party/libusb/doc/Makefile.am |
diff --git a/third_party/libusb/doc/Makefile.am b/third_party/libusb/doc/Makefile.am |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ac5b189dab8c6c389e17e17e6ee91b9398829e87 |
--- /dev/null |
+++ b/third_party/libusb/doc/Makefile.am |
@@ -0,0 +1,10 @@ |
+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 |
+ |