Skip to content

Commit

Permalink
makefile: Don't remove PKG-INFO in clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 29, 2013
1 parent 0830e76 commit 4cda7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ clean:
find src/ '(' -name '*.pyc' -o -name '*.pyo' ')' -exec rm '{}' +
find src/ -type d -name '__pycache__' -exec rm -r '{}' +
find share/gpodder/ui/ -name '*.ui.h' -exec rm '{}' +
rm -f MANIFEST PKG-INFO .coverage messages.mo po/*.mo
rm -f MANIFEST .coverage messages.mo po/*.mo
rm -f $(GPODDER_SERVICE_FILE)
rm -f $(GPODDER_DESKTOP_FILE)
rm -f $(GPODDER_DESKTOP_FILE_H)
Expand Down

0 comments on commit 4cda7fe

Please sign in to comment.