Code Search for Developers
 
 
  

Makefile from Text Encoding Initiative at Krugle


Show Makefile syntax highlighted

PREFIX=/usr
XSL=/usr/share/xml/tei/stylesheet
TEISERVER=http://localhost/Query/

schema:
	roma --localsource=../../P5/Source-driver.xml --xsl=${XSL} --teiserver=${TEISERVER} cem.odd .

test:
	xmllint --noent /TEI/Projects/ProtestantCemetery/cem.xml | xmllint --noout --relaxng teicem.rng - 

test2:
	xmllint --noent /TEI/Projects/ProtestantCemetery/cem.xml > cemall.xml
	jing -c teicem.rnc cemall.xml

test3:
	xmllint --noent /TEI/Projects/ProtestantCemetery/cem.xml > cemall.xml
	jing -c teicem.compiled.rnc cemall.xml

clean:
	-rm *.rng *.rnc *.xsd *.dtd *.doc.xml *~ cemall.xml







See more files for this project here

Text Encoding Initiative

The TEI is an international and interdisciplinary standard used by libraries, museums, publishers, and academics to represent all kinds of literary and linguistic texts, using an encoding scheme that is maximally expressive and minimally obsolescent. \r\n\r

Project homepage: http://sourceforge.net/projects/tei
Programming language(s): XML
License: other

  Makefile
  cem.odd
  mangle.xsl