2002-10-20 14:25:16 +00:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
2003-03-27 16:52:40 +00:00
|
|
|
SUBDIRS = gramps-manual
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
man_IN_FILES = gramps.1.in
|
2003-05-21 00:33:06 +00:00
|
|
|
man_MANS = $(man_IN_FILES:.1.in=.1)
|
2002-10-20 14:25:16 +00:00
|
|
|
|
2003-03-27 16:52:40 +00:00
|
|
|
EXTRA_DIST = $(man_MANS) $(man_IN_FILES) xmldocs.make omf.make
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
gramps.1: $(top_builddir)/config.status gramps.1.in
|
|
|
|
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
|
2003-06-19 10:52:16 +00:00
|
|
|
|
2004-12-06 04:24:12 +00:00
|
|
|
CLEANFILES=$(man_MANS)
|