summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2008-08-15 08:51:03 -0700
committerGravatar Matt Colyer2008-08-15 08:51:03 -0700
commit495dd184490e44411f53da36f5aa02f91a9fa3bf (patch)
treecfc3fc951f3c3b6b550ea8e734471a72ef8374fa
parente8e19884cee5aeb1e564e2f842920a4c62aa7e81 (diff)
downloadlibimobiledevice-495dd184490e44411f53da36f5aa02f91a9fa3bf.tar.gz
libimobiledevice-495dd184490e44411f53da36f5aa02f91a9fa3bf.tar.bz2
Added documentation building to the build system. Use make doc.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4103ac3..76541d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,5 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src
+
+doc:
+ doxygen doxygen.cfg