2006-07-22 Alex Roitman <shura@gramps-project.org>
* Makefile.am (SUBDIRS): Add debian dir. * configure.in: Generate debian/Makefile * debian/Makefile.am: Add makefile to place the debian dir in the released tarball. svn: r7057
This commit is contained in:
parent
b6fff67b59
commit
a567a9c7e6
@ -1,3 +1,9 @@
|
||||
2006-07-22 Alex Roitman <shura@gramps-project.org>
|
||||
* Makefile.am (SUBDIRS): Add debian dir.
|
||||
* configure.in: Generate debian/Makefile
|
||||
* debian/Makefile.am: Add makefile to place the debian dir in the
|
||||
released tarball.
|
||||
|
||||
2006-07-21 Brian Matherly <brian@gramps-project.org>
|
||||
* src/ReportBase/_ReportUtils.py: fix modified birth string (bug # 266).
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This is the top level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
SUBDIRS = m4 po src data example help
|
||||
SUBDIRS = m4 po src data example help debian
|
||||
|
||||
EXTRA_DIST = \
|
||||
config.rpath autogen.sh gramps.spec.in gramps.spec \
|
||||
|
@ -228,6 +228,7 @@ src/data/templates/Makefile
|
||||
data/Makefile
|
||||
data/man/Makefile
|
||||
data/man/fr/Makefile
|
||||
debian/Makefile
|
||||
example/Makefile
|
||||
example/gramps/Makefile
|
||||
])
|
||||
|
8
debian/Makefile.am
vendored
Normal file
8
debian/Makefile.am
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# This is the debain dir level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
EXTRA_DIST = \
|
||||
changelog compat control copyright \
|
||||
gramps.dirs gramps.docs gramps-help.docs gramps.manpages \
|
||||
gramps.menu gramps.postinst gramps.postrm gramps.prerm \
|
||||
gramps.xpm README.Debian rules substvars
|
Loading…
Reference in New Issue
Block a user