Emotion: stop breaking compilation on Windows please
[profile/ivi/emotion.git] / Makefile.am
index d4e2255..2ef6b69 100644 (file)
@@ -2,22 +2,28 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src data
+SUBDIRS = src data doc
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess emotion.spec \
                        config.h.in config.sub configure install-sh \
                       ltconfig ltmain.sh missing mkinstalldirs \
-                      stamp-h.in emotion_docs.tar emotion_docs.tar.gz \
-                      emotion.c acconfig.h debian/changelog depcomp
+                      stamp-h.in emotion_docs.tar \
+                      emotion.pc acconfig.h depcomp \
+                          $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2
 
 bin_SCRIPTS =
 
-EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
-       emotion.spec emotion.spec.in emotion.c.in gendoc Doxyfile \
-       emotion.pc.in debian/changelog debian/control \
-       debian/copyright debian/rules debian/libemotion0.install \
-       debian/libemotion0-dev.install debian/emotion0-bin.install \
-       debian/libemotion0-gstreamer.install debian/libemotion0-xine.install
+EXTRA_DIST = README AUTHORS COPYING \
+       emotion.spec emotion.spec.in emotion.pc.in  \
+       emotion.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = emotion.pc
+
+.PHONY: doc
+
+# Documentation
+
+doc:
+       @echo "entering doc/"
+       make -C doc doc