wipe html directory on make clean
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:13:48 +0000 (22:13 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:13:48 +0000 (22:13 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@145 836a5e1a-633d-0410-964b-294494ad4392

Makefile.PL

index 082b309..66ee534 100644 (file)
@@ -26,7 +26,7 @@ build_requires 'Test::More';
 
 my_targets();
 
-clean_files('dump/* yaml state.db');
+clean_files('dump/* yaml state.db html');
 
 auto_install;