From: Enrico Tassi Date: Sat, 18 Oct 2008 19:39:05 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4667 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=24606db07721e6edf9f1f51a07df75f0cdfba200;p=helm.git ... --- diff --git a/helm/software/matita/contribs/didactic/Makefile b/helm/software/matita/contribs/didactic/Makefile index e2d1a0f0f..fd1b47a87 100644 --- a/helm/software/matita/contribs/didactic/Makefile +++ b/helm/software/matita/contribs/didactic/Makefile @@ -17,6 +17,6 @@ depend.opt: exercise-%: % cp $< $@ perl -ne 'undef $$/;s/\(\*BEGIN.*?END\*\)/.../msg;print' -i $@ - perl -ne 'undef $$/;s/\(\*DOCBEGIN.*?DOCEND\*\)//msg;print' -i $@ + #perl -ne 'undef $$/;s/\(\*DOCBEGIN.*?DOCEND\*\)//msg;print' -i $@ (echo ''; awk 'BEGIN { p = 0; } /DOCEND/ { p = 0; } { if (p == 1) print $$0; } /DOCBEGIN/ { p = 1;}' < $< | markdown; echo '') > $@.html