diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-01-30 16:10:56 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-01-30 16:10:56 +0100 |
commit | 97697ebc4f19a72938252ea856d9e13a043ce0d6 (patch) | |
tree | 894ce519fe024a64bb54cbad0c6c8e9eb93e70bc /Makefile.am | |
parent | 99983be83b0f1c0ecbce00276fd21ba05b4d681f (diff) | |
download | connman-97697ebc4f19a72938252ea856d9e13a043ce0d6.tar.gz connman-97697ebc4f19a72938252ea856d9e13a043ce0d6.tar.bz2 connman-97697ebc4f19a72938252ea856d9e13a043ce0d6.zip |
Add documentation directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index de0e19be..35d8c884 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = include src test plugins scripts +SUBDIRS = include src doc test plugins scripts MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ |