X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=862279fa93403fcf52dfcc39d2b579ee0f8de67b;hb=2ae3f01f6f508494e1d8cc10d1f29f7c43101053;hp=907ee0a69415f50e3532d2b14e7794fde2c424fa;hpb=ce74db252dac9d7504900944ae0dd7b2d840a5df;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 907ee0a..862279f 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,22 @@ $(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/remote-work-bio/remote-work-bio2-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 '
'; } >$@ + +../htdocs/phdru.name/Russian/remote-work-bio/remote-work-bio2-lj.html: ../htdocs/phdru.name/Russian/remote-work-bio/remote-work-bio2.html + { sed -e '1,/alink="#ff0000">/d' \ + -e 's/
/&/' \ + -e '/
/,$$d' $< | sed '1,2d'; \ + echo '
'; } >$@