2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/images/Makefile.am (world.topo.200407): percent sign typo?
	* data/man/pl/Makefile.am: missing file added



svn: r10249
This commit is contained in:
Doug Blank
2008-03-10 00:43:32 +00:00
parent b2c6a1e969
commit 0609c8a855
3 changed files with 19 additions and 1 deletions

14
data/man/pl/Makefile.am Normal file
View File

@@ -0,0 +1,14 @@
# This is the data/man/pl level Makefile for Gramps
# $Id: Makefile.am 6189 2006-03-21 19:05:46Z rshura $
man_IN_FILES = gramps.1.in
man_MANS = $(man_IN_FILES:.1.in=.1)
mandir = @mandir@/pl
EXTRA_DIST = $(man_MANS) $(man_IN_FILES)
gramps.1: $(top_builddir)/config.status gramps.1.in
cd $(top_builddir) && CONFIG_FILES=data/man/pl/$@ $(SHELL) ./config.status
CLEANFILES=$(man_MANS)