diff options
author | Martin Szulecki | 2010-03-20 20:46:05 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-03-20 20:46:05 +0100 |
commit | 335aea439081215a485a3ec2da2159a426645ce5 (patch) | |
tree | 08a721ae0caf0dba7eb4a7c35114408a5560e294 | |
parent | 6968c235212ed627e158cca17b35446cd90d7969 (diff) | |
download | libimobiledevice-335aea439081215a485a3ec2da2159a426645ce5.tar.gz libimobiledevice-335aea439081215a485a3ec2da2159a426645ce5.tar.bz2 |
Fix make distcheck not working
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | docs/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9052cef..39840d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ pkgconfig_DATA = libimobiledevice-1.0.pc EXTRA_DIST = docs -docs/html: doxygen.cfg src/*.c src/*.h include/libimobiledevice/*.h +docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h rm -rf docs/html doxygen doxygen.cfg diff --git a/docs/Makefile.am b/docs/Makefile.am index 545d681..2aa9a70 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,5 @@ man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 EXTRA_DIST = $(man_MANS) + +DISTCLEANFILES = html/* html |