diff options
| -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: | 
