0eed33dd14
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * man/Makefile.am: Swedish removed again so it builds again * removed help files of version 2.x, only wiki manual now! * COPYING-DOCS -> help/COPYING-DOCS : refers to old doc, moved * Makefile.am: removed help subdir, and COPYING-DOCS The idea should be that should we add documentation again, it is done in the help dir with separate source packages too for translations In help: 2008-01-15 Benny Malengier <benny.malengier@gramps-project.org> * Removed 2.2 manual, at the moment no manual of gramps is kept in SVN, it can only be found on the wiki. * help/gramps.omf.in: removed * help/gramps.pot: removed * help/Makefile.am: removed svn: r9819
39 lines
740 B
Makefile
39 lines
740 B
Makefile
# This is the top level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS = m4 po src data example
|
|
|
|
EXTRA_DIST = \
|
|
config.rpath autogen.sh \
|
|
FAQ COPYING \
|
|
intltool-extract.in intltool-merge.in intltool-update.in \
|
|
config.sub config.guess gnome-doc-utils.make
|
|
|
|
bin_SCRIPTS = gramps
|
|
|
|
dist_pkgdata_DATA = COPYING
|
|
|
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
|
|
gnome-doc-utils.make
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
|
|
|
gramps: gramps.sh
|
|
cp gramps.sh gramps
|
|
|
|
.PHONY: pycheck trans
|
|
|
|
pycheck:
|
|
(cd src; make pycheck)
|
|
trans:
|
|
(cd src; make trans)
|
|
|
|
distuninstallcheck:
|
|
@:
|
|
|
|
CLEANFILES = gramps
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|