From 269251dc4a07e9555bab72bae88591a6e1c7f9a9 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 17 Jun 2001 14:50:10 +0000 Subject: [PATCH] Make install dir svn: r160 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 066092018..295cbefaf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,9 +17,10 @@ install: (cd src/plugins; ${MAKE} install) (cd src/filters; ${MAKE} install) (cd src/data; ${MAKE} install) - ${INSTALL} gramps.sh ${bindir}/gramps + -${INSTALL} -d ${bindir} -${INSTALL} -d ${prefix}/share/example/gramps -${INSTALL} -d ${prefix}/share/example/gedcom + ${INSTALL} gramps.sh ${bindir}/gramps -${INSTALL} example/gramps/*.jpg ${prefix}/share/example/gramps -${INSTALL} example/gramps/data.gramps ${prefix}/share/example/gramps -${INSTALL} example/gedcom/*.ged ${prefix}/share/example/gedcom