X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=blobdiff_plain;f=Makefile;h=aecb84e309502f3eb80c9bffe8f287f9dc32e5ff;hp=907ee0a69415f50e3532d2b14e7794fde2c424fa;hb=ba2ff9fbc2bed03d33e5c9178dbbe1e7bf4141bf;hpb=ce74db252dac9d7504900944ae0dd7b2d840a5df 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 '
'; } >$@