Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-04 12:51:53 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-04 12:51:53 (GMT)
commit5318470a09c25159060bce488c2ec45b3611da38 (patch)
treea597fe0232d40ad0bb7c7cdec8a6efcf1a6728c6 /Makefile.am
parent5dcfde9b5d8737928d7549dd05cb023f5566d93c (diff)
Use $(header_DATA) in EXTRA_DIST instead of listing the files again.
svn path=/trunk/; revision=3411
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d3245e2..ff5bd82 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 \