summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-11 15:08:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-11 15:09:16 -0400
commitd8ceadaf3ba85e2f81ee9ee7038961a2da7b5bcc (patch)
tree9b2b0ffe12aa1ab5f3fdbbe4027ae208cfd6a462 /Makefile.am
parenta376adbcea2664a171018bfd7642681afad135ac (diff)
downloadgtk+-d8ceadaf3ba85e2f81ee9ee7038961a2da7b5bcc.tar.gz
Minor stylistic fix
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 14f8c0259a..c98a801bc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,7 +231,11 @@ sanity:
snapshot:
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds --enable-introspection
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --enable-man \
+ --disable-rebuilds \
+ --enable-introspection
GITIGNOREFILES = \
po-properties/Makefile.in.in \