summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-08 19:22:02 +0200
committerVincent Untz <vuntz@gnome.org>2010-09-08 19:28:05 +0200
commita15287498fb39d850d9ae933fd19834007fd177f (patch)
tree6288688937f8a0c03e08fc684314832655530a2a /Makefile.am
parentab12d2b6b7a463632588bcc107f45c955410fe58 (diff)
downloadgnome-desktop-a15287498fb39d850d9ae933fd19834007fd177f.tar.gz
[misc] Update AUTHORS, HACKING, README
Nothing new, but make sure this is up-to-date. Also tweak a bit autogen.sh and Makefile.am to make them look similar in all my modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am24
1 files changed, 13 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 1ee94b01..14835a74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4
-
SUBDIRS = \
po \
libgnome-desktop \
@@ -13,13 +11,7 @@ if DESKTOP_DOCS_ENABLED
SUBDIRS += desktop-docs
endif
-EXTRA_DIST = \
- MAINTAINERS \
- ChangeLog.pre-git \
- gnome-version.xml.in.in \
- COPYING-DOCS \
- HACKING \
- gnome-doc-utils.make
+ACLOCAL_AMFLAGS = -I m4
if GNOME_ABOUT_ENABLED
versiondir=$(datadir)/gnome-about
@@ -27,11 +19,21 @@ version_DATA=gnome-version.xml
endif
@INTLTOOL_XML_RULE@
+EXTRA_DIST = \
+ COPYING-DOCS \
+ HACKING \
+ MAINTAINERS \
+ ChangeLog.pre-git \
+ gnome-version.xml.in.in \
+ gnome-doc-utils.make
+
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper
-CLEANFILES = $(version_DATA)
+CLEANFILES = \
+ $(version_DATA)
+
DISTCLEANFILES = \
- gnome-doc-utils.make
+ gnome-doc-utils.make
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \