From aa55a5142291e989775237f3a51025f889a806e8 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 17 Mar 2006 01:22:33 +0000 Subject: [PATCH] Update svn: r6159 --- gramps2/Makefile.am | 9 ++++++++- gramps2/m4/Makefile.am | 3 +++ gramps2/src/Makefile.am | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gramps2/Makefile.am b/gramps2/Makefile.am index 5a5b56391..9dd9b418f 100644 --- a/gramps2/Makefile.am +++ b/gramps2/Makefile.am @@ -1,6 +1,13 @@ +# This is the top level Makefile for Gramps +# $Id$ + SUBDIRS = m4 po src doc example -EXTRA_DIST = config.rpath autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING intltool-extract.in intltool-merge.in intltool-update.in +EXTRA_DIST = \ + config.rpath autogen.sh gramps.spec.in gramps.spec \ + COPYING-DOCS FAQ COPYING \ + intltool-extract.in intltool-merge.in intltool-update.in \ + config.sub config.guess bin_SCRIPTS = gramps diff --git a/gramps2/m4/Makefile.am b/gramps2/m4/Makefile.am index d057e28ad..97056636c 100644 --- a/gramps2/m4/Makefile.am +++ b/gramps2/m4/Makefile.am @@ -1,3 +1,6 @@ +# This is the top level Makefile for Gramps +# $Id$ + EXTRA_DIST = \ codeset.m4 \ gettext.m4 \ diff --git a/gramps2/src/Makefile.am b/gramps2/src/Makefile.am index 55b857e1e..56e6b42fa 100644 --- a/gramps2/src/Makefile.am +++ b/gramps2/src/Makefile.am @@ -1,6 +1,6 @@ +# This is the src level Makefile for Gramps # $Id$ -# This is the src level Makefile for Gramps SUBDIRS = \ Config \ DataViews \