gramps/doc/Makefile.am

14 lines
355 B
Makefile
Raw Normal View History

2002-10-20 19:55:16 +05:30
# Process this file with automake to produce Makefile.in
SUBDIRS = gramps-manual
2002-10-20 19:55:16 +05:30
man_IN_FILES = gramps.1.in
man_MANS = $(man_IN_FILES:.1.in=.1)
2002-10-20 19:55:16 +05:30
EXTRA_DIST = $(man_MANS) $(man_IN_FILES) xmldocs.make omf.make
2002-10-20 19:55:16 +05:30
gramps.1: $(top_builddir)/config.status gramps.1.in
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
CLEANFILES=$(man_MANS)