From c8a6c4eed5011758d8eaa18639cc546b017d922b Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Sun, 7 Aug 2022 14:48:37 +0200 Subject: rss feed (missing description) --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c87940d..d79ab3f 100644 --- a/Makefile +++ b/Makefile @@ -29,18 +29,19 @@ PERL5LIB=/home/vincent/perl5/lib/perl5 site : - @PERL5LIB=$(PERL5LIB) ./makesite.pl + LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 ./makesite.pl @echo "Copying static resources" @cp static/favicon.ico output/ + @cp static/favicon.png output/ @mkdir -p output/static @cp static/passthrough/* output/static @echo "done" setup : mkdir -p output - PERL5LIB=$(PERL5LIB) perl -MCPAN -e"install File::Cat" - PERL5LIB=$(PERL5LIB) perl -MCPAN -e"install File::Slurp" - PERL5LIB=$(PERL5LIB) perl -MCPAN -e"install Text::Markdown" + perl -MCPAN -e"install File::Cat" + perl -MCPAN -e"install File::Slurp" + perl -MCPAN -e"install Text::Markdown" clean : rm -rf output/* -- cgit v1.2.3