diff options
author | 2025-10-10 18:08:31 +0200 | |
---|---|---|
committer | 2025-10-10 18:08:31 +0200 | |
commit | 1cc202a7bd2322ae047cbb014a4551d2956281c0 (patch) | |
tree | c85cb29ebed63cc58779c244426579090b53c0d4 /docs | |
parent | 247a51fc09d92b48a901c28f2d09a8eac7bec295 (diff) | |
download | libimobiledevice-1cc202a7bd2322ae047cbb014a4551d2956281c0.tar.gz libimobiledevice-1cc202a7bd2322ae047cbb014a4551d2956281c0.tar.bz2 |
Fix make distcheck
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 8156d4f..c9b742f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -21,6 +21,7 @@ man_MANS = \ idevicesetlocation.1 \ afcclient.1 -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) \ + doxygen DISTCLEANFILES = html/* html |