From 46f2c1134d276944fb74584a61d90cc363aee7eb Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 5 Dec 2010 00:25:04 +1100 Subject: Removed the "Heimdall" folder and moved its contents to the root directory. --- libusb-1.0/doc/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libusb-1.0/doc/Makefile.am (limited to 'libusb-1.0/doc/Makefile.am') diff --git a/libusb-1.0/doc/Makefile.am b/libusb-1.0/doc/Makefile.am new file mode 100644 index 0000000..ac5b189 --- /dev/null +++ b/libusb-1.0/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 + -- cgit v1.2.3