svn: r6159
This commit is contained in:
Alex Roitman 2006-03-17 01:22:33 +00:00
parent 9a8f16f24a
commit aa55a51422
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# This is the top level Makefile for Gramps
# $Id$
SUBDIRS = m4 po src doc example 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 bin_SCRIPTS = gramps

View File

@ -1,3 +1,6 @@
# This is the top level Makefile for Gramps
# $Id$
EXTRA_DIST = \ EXTRA_DIST = \
codeset.m4 \ codeset.m4 \
gettext.m4 \ gettext.m4 \

View File

@ -1,6 +1,6 @@
# This is the src level Makefile for Gramps
# $Id$ # $Id$
# This is the src level Makefile for Gramps
SUBDIRS = \ SUBDIRS = \
Config \ Config \
DataViews \ DataViews \