Use ActiveState Perl for doc building

Required for syntax coloring.
This commit is contained in:
Diomidis Spinellis 2014-10-28 21:53:01 +02:00
parent 76c7c6290c
commit 0bf2c1e440
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ DOC?=snapshot-doc
all: sequence.pic $(GIF) $(XML)
sh $(ROOT)/$(NOTETOOLS)/coursebib.sh bib
echo "Drawing UML Diagrams with UMLGraph" | perl $(NOTETOOLS)/thread.pl -n -h html -r -p ../index.html index ${DESTDIR}/${DOC}
echo "Drawing UML Diagrams with UMLGraph" | /c/Perl/bin/perl $(NOTETOOLS)/thread.pl -n -h html -r -p ../index.html index ${DESTDIR}/${DOC}
sequence.pic: ../sequence.pic
perl -p -e 'BEGIN {binmode(STDOUT);} s/\r//' $< >$@