Subject: | Apparently no way to add targets to 'clean' |
I've taken over maintenance for SVN::Notify::(Config|Snapshot) from
Audrey Tang and I'm having a brainfreeze with regards to adding new
'clean' targets. I'm adding regression testing and I need to set up a
temporary repository and delete it in response to 'make clean' or 'make
realclean'.
I see no documentation how to add something to the 'clean' target and
nothing I try seems to work.
I added
clean ('t/test-repos');
to the Makefile.PL and nothing happened. I also tried to add a
EU::MM-like stanza to write_all, and that didn't work either. Is this
even possible?
John