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
15 lines
326 B
Makefile
15 lines
326 B
Makefile
# This is the data/man level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS = fr
|
|
|
|
man_IN_FILES = gramps.1.in
|
|
man_MANS = $(man_IN_FILES:.1.in=.1)
|
|
|
|
EXTRA_DIST = $(man_MANS) $(man_IN_FILES)
|
|
|
|
gramps.1: $(top_builddir)/config.status gramps.1.in
|
|
cd $(top_builddir) && CONFIG_FILES=data/man/$@ $(SHELL) ./config.status
|
|
|
|
CLEANFILES=$(man_MANS)
|