Fixed install of .py files (hopefully)
svn: r38
This commit is contained in:
parent
9177146b7a
commit
8f786990cf
@ -19,11 +19,11 @@ intl.so: intl.c
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
${INSTALL} -d ${datadir}
|
${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} -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} -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\
|
for i in ${LANG}; do\
|
||||||
${INSTALL} -d ${prefix}/share/locale/$$i; \
|
${INSTALL} -d ${prefix}/share/locale/$$i; \
|
||||||
${INSTALL} -d ${prefix}/share/locale/$$i/LC_MESSAGES; \
|
${INSTALL} -d ${prefix}/share/locale/$$i/LC_MESSAGES; \
|
||||||
|
Loading…
Reference in New Issue
Block a user