fix minor version defines to be at 1.6 (in sync now) ready for going
[framework/uifw/embryo.git] / Makefile.am
index 44b44d4..5c70db3 100644 (file)
@@ -1,4 +1,6 @@
-SUBDIRS = src include
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = src include doc
 
 MAINTAINERCLEANFILES = \
 Makefile.in \
@@ -6,13 +8,16 @@ aclocal.m4 \
 compile \
 config.guess \
 config.h.in \
+config.h.in~ \
 config.sub \
 configure \
 depcomp \
 install-sh \
 ltmain.sh \
 missing \
-embryo_docs.tar.gz \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
 m4/libtool.m4 \
 m4/lt~obsolete.m4 \
 m4/ltoptions.m4 \
@@ -22,17 +27,18 @@ m4/ltversion.m4
 EXTRA_DIST = \
 AUTHORS \
 COPYING \
-COPYING-PLAIN \
 autogen.sh \
-embryo.c.in \
 embryo.pc.in \
 embryo.spec.in \
-embryo.spec \
-README.in \
-README \
-Doxyfile \
-doc \
-gendoc
+embryo.spec
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = embryo.pc
+
+.PHONY: doc
+
+# Documentation
+
+doc:
+       @echo "entering doc/"
+       make -C doc doc