summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-15 16:35:12 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-20 21:19:45 +0000
commitead09cde6895df0034a685516987ce253575e9a7 (patch)
tree1bd334bd9a03c5d2a03a7b24ccc0647517605aca /doc/Makefile.am
parent285724cc14ea5f993e2c4c92fe0aaf6c335bc139 (diff)
downloadlibusb-ead09cde6895df0034a685516987ce253575e9a7.tar.gz
API documentation
Hopefully mostly complete. Some constants were renamed and move into enums.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..ba13825
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,10 @@
+EXTRA_DIST = doxygen.cfg
+
+docs: doxygen.cfg
+ doxygen $^
+
+docs-upload: docs
+ ln -s html api-1.0
+ rsync -av api-1.0/ shell.sourceforge.net:/home/groups/l/li/libusb/htdocs/api-1.0/
+ rm -f api-1.0
+