Fixed makefile installs

svn: r40
This commit is contained in:
Don Allingham 2001-05-19 14:24:28 +00:00
parent 7e55d972ba
commit 0f19e46c27
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ all:
install:
${INSTALL} -d ${filters}
${INSTALL} -c *.py *.pyo ${datadir}/filters
${INSTALL} *.py *.pyc *.pyo ${datadir}/filters
uninstall:
rm ${filters}/*.py ${filters}/*.pyo ${filters}/*.glade ${filters}/*.xpm

View File

@ -15,7 +15,7 @@ all:
install:
${INSTALL} -d ${plugins}
${INSTALL} -c *.py *.pyo *.glade ${plugins}
${INSTALL} *.py *.pyc *.pyo *.glade ${plugins}
uninstall:
rm ${plugins}/*.py ${plugins}/*.pyo ${plugins}/*.glade ${plugins}/*.xpm