From 32b5fc6fe73af7799546af58a5249fb82ea3b5a9 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 12 Jun 2001 23:24:59 +0000 Subject: [PATCH] install of example files svn: r121 --- gramps/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps/Makefile.in b/gramps/Makefile.in index bab070fbb..99429e0d0 100644 --- a/gramps/Makefile.in +++ b/gramps/Makefile.in @@ -17,8 +17,11 @@ install: (cd src/plugins; ${MAKE} install) (cd src/filters; ${MAKE} install) (cd src/data; ${MAKE} install) - -${INSTALL} -d ${bindir} ${INSTALL} -c gramps.sh ${bindir}/gramps + -${INSTALL} -d ${prefix}/share/example/gramps + -${INSTALL} -d ${prefix}/share/example/gedcom + -${INSTALL} -c example/gramps/* ${prefix}/example/gramps + -${INSTALL} -c example/gedcom/* ${prefix}/example/gedcom chmod +x ${bindir}/gramps uninstall: