diff options
-rw-r--r-- | Makefile.am | 2 |
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 EXTRA_DIST = docs -docs/html: +docs/html: doxygen.cfg src/*.c src/*.h include/libimobiledevice/*.h rm -rf docs/html doxygen doxygen.cfg |