ace2582416
* doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean stuff in distclean-hook. * src/Makefile.am: Remove gramps.desktop from GRAPHICS. * src/data/Makefile.am: Remove EXTRA_DIST; split files that do not need to be in $PREFIX/share/gramps into dist_data_DATA: they're installed explicitly to the proper locations anyway, and this is only needed for distribution. svn: r3782
14 lines
355 B
Makefile
14 lines
355 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = gramps-manual
|
|
|
|
man_IN_FILES = gramps.1.in
|
|
man_MANS = $(man_IN_FILES:.1.in=.1)
|
|
|
|
EXTRA_DIST = $(man_MANS) $(man_IN_FILES) xmldocs.make omf.make
|
|
|
|
gramps.1: $(top_builddir)/config.status gramps.1.in
|
|
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
|
|
|
|
CLEANFILES=$(man_MANS)
|