gitweb/Makefile: Remove static/gitweb.js in the clean target
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 25 Oct 2011 17:15:20 +0000 (18:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2011 21:03:58 +0000 (14:03 -0700)
Since 9a86dd5 (gitweb: Split JavaScript for maintability, combining on
build, 2011-04-28), static/gitweb.js has been a build product that should
be cleaned upon "make clean".

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found