Skip to content

Commit

Permalink
[#8] - make clean shouldn't remove MT.pm, mt.php, readme.html, index.…
Browse files Browse the repository at this point in the history
…html
  • Loading branch information
Arvind Satyanarayan committed Mar 26, 2009
1 parent f8d0844 commit 1e6ad52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ me:
perl build/exportmt.pl --make

clean:
-rm -rf lib/MT.pm mt-config.cgi-original mt-check.cgi $(latin1_modules) $(local_js)
-rm -rf php/mt.php
# -rm -rf lib/MT.pm mt-config.cgi-original mt-check.cgi $(latin1_modules) $(local_js)
# -rm -rf php/mt.php
-rm -rf mt-static/js/mt_core_compact.js
-rm -rf mt-static/css/main.css mt-static/css/simple.css
-rm -rf index.html
-rm -rf readme.html
# -rm -rf index.html
# -rm -rf readme.html
-rm -rf MANIFEST
-rm -rf build-language-stamp

0 comments on commit 1e6ad52

Please sign in to comment.