From 6b6bbad2b7765378b5135a26b3d410d6b0079966 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 30 Apr 2020 21:59:21 +0100 Subject: remove unecessary filename prefixes in the html content handler --- content/handlers/html/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'content/handlers/html/Makefile') diff --git a/content/handlers/html/Makefile b/content/handlers/html/Makefile index 19766247d..bdc0513bb 100644 --- a/content/handlers/html/Makefile +++ b/content/handlers/html/Makefile @@ -6,18 +6,18 @@ S_HTML := box_construct.c \ box_normalise.c \ box_special.c \ box_textarea.c \ + css.c \ + css_fetcher.c \ font.c \ form.c \ + forms.c \ + html.c \ imagemap.c \ + interaction.c \ layout.c \ + object.c \ + redraw.c \ + redraw_border.c \ + script.c \ search.c \ - table.c \ - html.c \ - html_css.c \ - html_css_fetcher.c \ - html_script.c \ - interaction.c \ - html_redraw.c \ - html_redraw_border.c \ - html_forms.c \ - html_object.c + table.c -- cgit v1.2.3