Initial documentation infrastructure import
[platform/upstream/libgee.git] / Makefile.am
index 063ccf1..610b9ba 100644 (file)
@@ -1,10 +1,16 @@
 include $(top_srcdir)/Makefile.decl
-
 NULL =
 
+if ENABLE_DOC
+DOC_SUBDIR = \
+       doc \
+       $(NULL)
+endif
+
 SUBDIRS = \
        gee \
        tests \
+       $(DOC_SUBDIR) \
        $(NULL)
 
 pkgconfigdir = $(libdir)/pkgconfig