[tei-council] Speeding up Jinks builds

Sebastian Rahtz sebastian.rahtz at it.ox.ac.uk
Fri Oct 26 12:41:59 EDT 2012


>>   - running LaTeX 3 times
> 
> I wonder if XSL:FO and FOP would be faster? (I know that's a HUGE task.)

It would, yes. Enjoy :-}

>>   - validating all the HTML files
> 
> Have to do that. :-) But you're right, it takes ages.
> 

that could be sped up hugely!

validate-html:
        @echo BUILD: Validate HTML version of Guidelines
        (cd Guidelines-web/${LANGUAGE}/html; \
        for i in *.html; do \
        xmllint --noent --dropdtd $$i > z_$$i; \
        $(JING) -c ../../../xhtml.rnc z_$$i; \
         rm z_$$i;\
         done)

that's starting a new Java for each of 1322
HTML files! bring on Ant again…...

--
Sebastian Rahtz      
Director (Research Support) of Academic IT Services 
University of Oxford IT Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431



More information about the tei-council mailing list