diff options
author | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
commit | d00aab12b6ace2c3dda3efbc2aaa2646d78a9099 (patch) | |
tree | 8b0ca776e9234f7eabf3446f12df9a81abd466d0 /Makefile.am | |
download | mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.bz2 mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..25f797a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,49 @@ +SUBDIRS = \ + po \ + libmate-desktop \ + docs \ + man + +if MATE_ABOUT_ENABLED +SUBDIRS += mate-about +endif +if DESKTOP_DOCS_ENABLED +SUBDIRS += desktop-docs +endif + +ACLOCAL_AMFLAGS = -I m4 + +if MATE_ABOUT_ENABLED +versiondir=$(datadir)/mate-about +endif +@INTLTOOL_XML_RULE@ + +EXTRA_DIST = \ + COPYING-DOCS \ + HACKING \ + MAINTAINERS \ + mate-doc-utils.make + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper + +CLEANFILES = \ + $(version_DATA) + +MAINTAINERCLEANFILES = \ + $(srcdir)/aclocal.m4 \ + $(srcdir)/config.guess \ + $(srcdir)/config.h.in \ + $(srcdir)/config.sub \ + $(srcdir)/depcomp \ + $(srcdir)/install-sh \ + $(srcdir)/ltmain.sh \ + $(srcdir)/missing \ + $(srcdir)/mkinstalldirs \ + `find "$(srcdir)" -type f -name Makefile.in -print` \ + $(srcdir)/configure \ + $(srcdir)/gtk-doc.make \ + $(srcdir)/m4/mate-doc-utils.m4 \ + $(srcdir)/m4/gtk-doc.m4 \ + $(srcdir)/m4/intltool.m4 + +-include $(top_srcdir)/git.mk |