diff options
| author | 2014-10-14 03:42:39 +0200 | |
|---|---|---|
| committer | 2014-10-14 03:42:39 +0200 | |
| commit | f06c3a6cc2c811ef4c9199c82c170b91a5f292fd (patch) | |
| tree | 8ea63ab1f56a8a261875192b87e5082d655c2c7e /Makefile.am | |
| parent | ff5d94de0ffda3f04cb05095f6495299d9ed8440 (diff) | |
| download | usbmuxd-f06c3a6cc2c811ef4c9199c82c170b91a5f292fd.tar.gz usbmuxd-f06c3a6cc2c811ef4c9199c82c170b91a5f292fd.tar.bz2 | |
Add man page for usbmuxd daemon
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 789b9b0..a5c0fa5 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) | 3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs |
| 4 | |||
| 5 | EXTRA_DIST = docs | ||
| 4 | 6 | ||
| 5 | DISTCHECK_CONFIGURE_FLAGS = \ | 7 | DISTCHECK_CONFIGURE_FLAGS = \ |
| 6 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ | 8 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ |
