r146@llin (orig r145): dpavlin | 2007-10-28 00:13:48 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:55:26 +0000 (22:55 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:55:26 +0000 (22:55 +0000)
 wipe html directory on make clean

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@160 836a5e1a-633d-0410-964b-294494ad4392

Makefile.PL

index 92137f1..501e9fc 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;