diff options
author | Matt Colyer | 2009-07-27 20:01:29 -0700 |
---|---|---|
committer | Matt Colyer | 2009-07-27 20:01:29 -0700 |
commit | dd97a88597eb00fa688ee9f28cadac117c47f6f0 (patch) | |
tree | e1726fe45f9fb66f1b1f1c3d828288cd6307296e | |
parent | 09405427f7528b28fa8c7686befc4379757725d4 (diff) | |
download | libimobiledevice-dd97a88597eb00fa688ee9f28cadac117c47f6f0.tar.gz libimobiledevice-dd97a88597eb00fa688ee9f28cadac117c47f6f0.tar.bz2 |
Automatically generate documentation for distribution.
[#62 state:resolved]
-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: |