diff options
author | Martin Szulecki | 2009-07-28 10:02:27 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-28 10:02:27 +0200 |
commit | c443a1fbc2fe5e9858015193628ef66623535766 (patch) | |
tree | e1726fe45f9fb66f1b1f1c3d828288cd6307296e /Makefile.am | |
parent | 5ae5591052583e93aaf40dc367e30413fda6d859 (diff) | |
parent | dd97a88597eb00fa688ee9f28cadac117c47f6f0 (diff) | |
download | libimobiledevice-c443a1fbc2fe5e9858015193628ef66623535766.tar.gz libimobiledevice-c443a1fbc2fe5e9858015193628ef66623535766.tar.bz2 |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39ee8e8..6761838 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,11 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libiphone-1.0.pc +EXTRA_DIST= docs +dist-hook: doc + doc: + rm -fr docs doxygen doxygen.cfg indent: |