X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;h=794217c2d5994d209138dbf488609bcb199964ce;hb=76537819e6ab1c649b5cb63aa42891f810b36bd9;hp=fe7c0ab306dd213c9b3b0866ba35abdd11616e2a;hpb=d3abbf5f76d4a272b673419f61233879f1c30f81;p=fiction%2Fjasmina.git diff --git a/Makefile b/Makefile index fe7c0ab..794217c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: jasmina.html jasmina.epub all.mdwn: order.lst $(wildcard *.txt) - for i in `cat order.lst`; do cat "$$i"; echo ""; done > $@ + for i in `cat order.lst`; do sed 's//*(Фрагмент недописан)*/' "$$i"; echo ""; done > $@ jasmina.html: all.mdwn pandoc -t html --toc -s all.mdwn -o jasmina.html jasmina.epub: all.mdwn