-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
feature requestNew feature wantedNew feature wanted
Milestone
Description
Description of the problem
Running make clean can delete some temporary files and directories, but I usually have two problems with it:
make cleandoesn't delete the files indoc/_builddirectory. IMHO, it should.make cleandeletes the.egg-infodirectory, so I have to reinstall pygmt in editable mode again (am I right here?)
Solution:
make cleanshould deletedoc/_builddirectory but do NOT delete the.egg-infodirectory- Add a new target
make dist-clean(orspotlessor other better names) to delete all these files, including.egg-infodirectory.
Are you willing to help implement and maintain this feature?
Yes, but let's discuss it first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature wantedNew feature wanted