From: Dobrica Pavlinusic Date: Sat, 27 Oct 2007 22:55:26 +0000 (+0000) Subject: r146@llin (orig r145): dpavlin | 2007-10-28 00:13:48 +0200 X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=602d5f7b38c33f381ec973369df2202702c699b5;hp=c74d2b4d9c5d99a9bb126274a0ea2b747946fe32 r146@llin (orig r145): dpavlin | 2007-10-28 00:13:48 +0200 wipe html directory on make clean git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@160 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/Makefile.PL b/Makefile.PL index 92137f1..501e9fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;