summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9052cef..39840d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ pkgconfig_DATA = libimobiledevice-1.0.pc
9 9
10EXTRA_DIST = docs 10EXTRA_DIST = docs
11 11
12docs/html: doxygen.cfg src/*.c src/*.h include/libimobiledevice/*.h 12docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h
13 rm -rf docs/html 13 rm -rf docs/html
14 doxygen doxygen.cfg 14 doxygen doxygen.cfg
15 15