* various: rename doc to data; move most of src/data to data.

svn: r6187
This commit is contained in:
Alex Roitman
2006-03-21 18:56:27 +00:00
parent be2bb20020
commit add464937d
31 changed files with 122 additions and 495 deletions

View File

@@ -0,0 +1,13 @@
# 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
cd $(top_builddir) && CONFIG_FILES=data/man/$@ $(SHELL) ./config.status
CLEANFILES=$(man_MANS)