File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ install-exec-local: .stamp-distutils-in-builddir
6969# about how distutils works to do this. Unfortunately, distutils
7070# doesn't provide a way to do this itself.
7171uninstall-local :
72- rm -f $(DESTDIR ) /$(pythondir ) /cupshelpers* .egg-info
7372 rm -rf $(DESTDIR ) /$(pythondir ) /cupshelpers/__pycache__
74- rm -rf $(DESTDIR ) /$(pythondir ) /cupshelpers* .egg
7573 rm -rf $(DESTDIR ) /$(pythondir ) /cupshelpers* .dist-info
7674 for file in $( EXPORT_MODULES) $( EXPORT_MODULES_GEN) ; do \
7775 rm -f $(DESTDIR ) /$(pythondir ) /$$ file* ; \
@@ -401,8 +399,6 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \
401399distclean-local :
402400 rm -rf html
403401 rm -rf cupshelpers/__pycache__
404- rm -rf cupshelpers.egg-info/
405- rm -rf dist/cupshelpers* .egg
406402 rm -rf dist
407403
408404.PHONY : update-po missing-languages run help FORCE
You can’t perform that action at this time.
0 commit comments