From: Christian Persch Date: Wed, 4 Feb 2009 12:51:53 +0000 (+0000) Subject: Use $(header_DATA) in EXTRA_DIST instead of listing the files again. X-Git-Tag: EVINCE_2_25_91~68 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=5318470a09c25159060bce488c2ec45b3611da38;p=evince.git Use $(header_DATA) in EXTRA_DIST instead of listing the files again. svn path=/trunk/; revision=3411 --- 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 \