Introduce a 'veryclean' target that is like 'distclean'
[p5sagit/p5-mst-13.2.git] / pod / Makefile.SH
index 45f1856..1471bb7 100644 (file)
@@ -122,6 +122,9 @@ realclean:  clean
 
 distclean:     realclean
 
+veryclean:     distclean
+       -rm -f *~ *.orig
+
 check: checkpods
        @echo "checking..."; \
        $(PERL) -I../lib checkpods $(POD)