diff --git a/gramps/src/Makefile.in b/gramps/src/Makefile.in index e07cdb0f8..e1c7660b5 100644 --- a/gramps/src/Makefile.in +++ b/gramps/src/Makefile.in @@ -19,11 +19,11 @@ intl.so: intl.c install: ${INSTALL} -d ${datadir} - ${INSTALL} -c *.py *.jpg *.pyo *.glade *.xpm *.so ${datadir} + ${INSTALL} *.pyc *.py *.jpg *.pyo *.glade *.xpm *.so ${datadir} ${INSTALL} -d ${prefix}/share/pixmaps - ${INSTALL} -c gramps.png ${prefix}/share/pixmaps + ${INSTALL} gramps.png ${prefix}/share/pixmaps ${INSTALL} -d ${prefix}/share/gnome/apps/Applications - ${INSTALL} -c gramps.desktop ${prefix}/share/gnome/apps/Applications + ${INSTALL} gramps.desktop ${prefix}/share/gnome/apps/Applications for i in ${LANG}; do\ ${INSTALL} -d ${prefix}/share/locale/$$i; \ ${INSTALL} -d ${prefix}/share/locale/$$i/LC_MESSAGES; \