Skip to content

Commit 820a3f8

Browse files
abubakarsabir924-cellabubakarsabir924-cell
authored andcommitted
packaging: remove legacy .egg references from Makefile.com
1 parent aa511d2 commit 820a3f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
7171
uninstall-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 \
401399
distclean-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

0 commit comments

Comments
 (0)