diff --git a/src/data/Makefile.in b/src/data/Makefile.in index a8b1644d8..3aef54892 100644 --- a/src/data/Makefile.in +++ b/src/data/Makefile.in @@ -14,10 +14,12 @@ install: ${INSTALL} -d ${data} ${INSTALL} -d ${data}/templates ${INSTALL} gedcom.xml ${data} - ${INSTALL} templates/* ${data}/templates + ${INSTALL} -m 644 templates/*.tpkg ${data}/templates + ${INSTALL} -m 644 templates/*.xml ${data}/templates uninstall: - + -rm -rf ${data}/templates + clean: