2006-03-01 01:24:35 +05:30
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
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
|
2006-03-22 00:26:27 +05:30
|
|
|
cd $(top_builddir) && CONFIG_FILES=data/man/$@ $(SHELL) ./config.status
|
2006-03-01 01:24:35 +05:30
|
|
|
|
|
|
|
CLEANFILES=$(man_MANS)
|