From 5318470a09c25159060bce488c2ec45b3611da38 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 4 Feb 2009 12:51:53 +0000 Subject: [PATCH] Use $(header_DATA) in EXTRA_DIST instead of listing the files again. svn path=/trunk/; revision=3411 --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index d3245e2a..ff5bd824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,11 +32,12 @@ header_DATA = \ intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = $(intltool_extra) \ +EXTRA_DIST = \ + $(intltool_extra) \ + $(header_DATA) \ + autogen.sh \ gnome-doc-utils.make \ - MAINTAINERS \ - evince-document.h \ - evince-view.h + MAINTAINERS DISTCLEANFILES = \ gnome-doc-utils.make \ -- 2.43.0