]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - Makefile
Fix(dotfiles2html): Fix `mplayer`
[phdru.name/phdru.name.git] / Makefile
index 907ee0a69415f50e3532d2b14e7794fde2c424fa..862279fa93403fcf52dfcc39d2b579ee0f8de67b 100644 (file)
--- 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/<div class="section" id="icq">/<lj-cut text="IM">&/' \
           -e '/<hr width="90%">/,$$d' $< | sed '1,2d'; \
          echo '</lj-cut>'; } >$@
+
+../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/<div class="section" id="i">/<lj-cut text="АвтоБио...">&/' \
+          -e '/<hr width="90%">/,$$d' $< | sed '1,2d'; \
+         echo '</lj-cut>'; } >$@
+
+../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/<div class="section" id="ii">/<lj-cut text="Никто не обещал райского сада...">&/' \
+          -e '/<hr width="90%">/,$$d' $< | sed '1,2d'; \
+         echo '</lj-cut>'; } >$@