* src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo.
* configure.in: Generate Makefile-s in new directories. * src/Makefile.am (SUBDIRS): Typo. svn: r6036
This commit is contained in:
parent
84fd885fef
commit
bb2396df3f
@ -1,4 +1,7 @@
|
||||
2006-03-02 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo.
|
||||
* configure.in: Generate Makefile-s in new directories.
|
||||
* src/Makefile.am (SUBDIRS): Typo.
|
||||
* *png, *jpg: Add proper svn:mime-type, remove mime-type.
|
||||
* .cvsignore: Remove from all directories.
|
||||
|
||||
|
@ -231,6 +231,8 @@ src/Makefile
|
||||
src/const.py
|
||||
src/RelLib/Makefile
|
||||
src/ObjectSelector/Makefile
|
||||
src/GrampsLogger/Makefile
|
||||
src/TreeViews/Makefile
|
||||
src/GrampsDb/Makefile
|
||||
src/docgen/Makefile
|
||||
src/plugins/Makefile
|
||||
|
@ -9,7 +9,7 @@ pkgdata_PYTHON = \
|
||||
_ErrorReportAssistant.py\
|
||||
_ErrorView.py\
|
||||
_GtkHandler.py\
|
||||
_init__.py\
|
||||
__init__.py\
|
||||
_RotateHandler.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $Id$
|
||||
|
||||
# This is the src level Makefile for Gramps
|
||||
SUBDIRS = docgen plugins dates data po GrampsDb RelLib ObjectSelector GrampsLogger TreeView
|
||||
SUBDIRS = docgen plugins dates data po GrampsDb RelLib ObjectSelector GrampsLogger TreeViews
|
||||
|
||||
# For intl. support, how do we compile?
|
||||
MOSTLYCLEANFILES =
|
||||
|
Loading…
Reference in New Issue
Block a user