Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ install-exec-local: .stamp-distutils-in-builddir
# about how distutils works to do this. Unfortunately, distutils
# doesn't provide a way to do this itself.
uninstall-local:
rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers/__pycache__
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.dist-info
for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \
rm -f $(DESTDIR)/$(pythondir)/$$file*; \
Expand Down Expand Up @@ -401,8 +399,6 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \
distclean-local:
rm -rf html
rm -rf cupshelpers/__pycache__
rm -rf cupshelpers.egg-info/
rm -rf dist/cupshelpers*.egg
rm -rf dist

.PHONY: update-po missing-languages run help FORCE