From ba2ff9fbc2bed03d33e5c9178dbbe1e7bf4141bf Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 14 Apr 2020 00:24:43 +0300 Subject: [PATCH] Build: Add `remote-work-bio-lj.html` as another special html file --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 907ee0a..aecb84e 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,16 @@ $(SITEMAP): $(allfiles) .PHONY: special-templates -special-templates: ../htdocs/phdru.name/Russian/Software/instant-messengers/instant-messengers-lj.html +special-templates: ../htdocs/phdru.name/Russian/Software/instant-messengers/instant-messengers-lj.html ../htdocs/phdru.name/Russian/remote-work-bio/remote-work-bio-lj.html ../htdocs/phdru.name/Russian/Software/instant-messengers/instant-messengers-lj.html: ../htdocs/phdru.name/Russian/Software/instant-messengers/instant-messengers.html { sed -e '1,/alink="#ff0000">/d' \ -e 's/
/&/' \ -e '/
/,$$d' $< | sed '1,2d'; \ echo '
'; } >$@ + +../htdocs/phdru.name/Russian/remote-work-bio/remote-work-bio-lj.html: ../htdocs/phdru.name/Russian/remote-work-bio/remote-work-bio.html + { sed -e '1,/alink="#ff0000">/d' \ + -e 's/
/&/' \ + -e '/
/,$$d' $< | sed '1,2d'; \ + echo '
'; } >$@ -- 2.39.2