From 3fc6eff66fcada5df17080b28fcfa89115bf8d8e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Mar 2018 13:34:46 -0800 Subject: [PATCH] build and install the favicon --- Makefile | 2 ++ templates/en_US/html/pre_title.tmpl | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 105386e..a279aeb 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ all: build build: $(PERL) Makefile.PL $(MAKE) -f Makefile.perl + $(MAKE) -C html/logo test: LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))' @@ -73,6 +74,7 @@ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \ $(foreach html, $(htmls_in), $(install_data) $(html) $(etc_dir)/html;) $(install_data) html/htaccess $(var_dir)/www/db/.htaccess $(install_data) html/bugs.css $(var_dir)/www/css/bugs.css + $(install_data) html/logo/debbugs_logo_icon.png $(var_dir)/www/favicon.png # install the CGIs for cgi in $(cgis); do $(install_exec) $$cgi $(var_dir)/www/cgi; done diff --git a/templates/en_US/html/pre_title.tmpl b/templates/en_US/html/pre_title.tmpl index 2f7ab77..f28a3ed 100644 --- a/templates/en_US/html/pre_title.tmpl +++ b/templates/en_US/html/pre_title.tmpl @@ -1,3 +1,4 @@ - \ No newline at end of file +<link rel="icon" href="//favicon.png"> +<title> -- 2.39.2