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 /docs/Makefile.am | |
parent | 6968c235212ed627e158cca17b35446cd90d7969 (diff) | |
download | libimobiledevice-335aea439081215a485a3ec2da2159a426645ce5.tar.gz libimobiledevice-335aea439081215a485a3ec2da2159a426645ce5.tar.bz2 |
Fix make distcheck not working
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |