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 fb77f80..9b6426c 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: 12docs/html: doxygen.cfg src/*.c src/*.h include/libimobiledevice/*.h
13 rm -rf docs/html 13 rm -rf docs/html
14 doxygen doxygen.cfg 14 doxygen doxygen.cfg
15 15