summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 56e70bb..fb77f80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,12 +7,14 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
7pkgconfigdir = $(libdir)/pkgconfig 7pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = libimobiledevice-1.0.pc 8pkgconfig_DATA = libimobiledevice-1.0.pc
9 9
10EXTRA_DIST= docs 10EXTRA_DIST = docs
11 11
12docs: 12docs/html:
13 rm -fr docs 13 rm -rf docs/html
14 doxygen doxygen.cfg 14 doxygen doxygen.cfg
15 15
16docs: doxygen.cfg docs/html
17
16indent: 18indent:
17 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c 19 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
18 20