install of example files

svn: r121
This commit is contained in:
Don Allingham 2001-06-12 23:24:59 +00:00
parent c22247a57b
commit 32b5fc6fe7

View File

@ -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: