Emotion: stop breaking compilation on Windows please
[profile/ivi/emotion.git] / Makefile.am
index 61548a8..2ef6b69 100644 (file)
@@ -1,21 +1,29 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src data
+ACLOCAL_AMFLAGS = -I m4
 
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
+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
+                      stamp-h.in emotion_docs.tar \
+                      emotion.pc acconfig.h depcomp \
+                          $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2
 
-bin_SCRIPTS = emotion-config
+bin_SCRIPTS =
 
-EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
-       emotion.spec emotion.c.in gendoc Doxyfile emotion.pc.in \
-       debian/changelog.in debian/changelog debian/control \
-       debian/copyright debian/rules debian/libemotion0.files \
-       debian/libemotion0-dev.files debian/emotion0-bin.files \
-       debian/docs
+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