summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7d69cc..a50777a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = common src include $(CYTHON_SUB) tools docs 3SUBDIRS = common src include $(CYTHON_SUB) tools docs
4 4
5EXTRA_DIST = docs 5EXTRA_DIST = \
6 docs \
7 README.md
6 8
7docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h 9docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h
8 rm -rf docs/html 10 rm -rf docs/html