Code Search for Developers
 
 
  

Makefile from Text Encoding Initiative at Krugle


Show Makefile syntax highlighted

PREFIX=/usr
TEISERVER=http://localhost/Query/

schema:
	roma --localsource=../../P5/Source-driver.xml --dochtml teilite.xml .

install: schema
	mkdir -p ${PREFIX}/share/xml/tei/schema/relaxng/p5
	mkdir -p ${PREFIX}/share/xml/tei/schema/dtd/p5
	mkdir -p ${PREFIX}/share/xml/tei/schema/xsd/p5
	mv teilite.rnc teilite.rng ${PREFIX}/share/xml/tei/schema/relaxng/p5
	mv teilite.dtd ${PREFIX}/share/xml/tei/schema/dtd/p5
	mv teilite.xsd ${PREFIX}/share/xml/tei/schema/xsd/p5
	mkdir -p ${PREFIX}/share/doc/tei/Lite
	mv Guidelines teilite.doc.xml ${PREFIX}/share/doc/tei/Lite

clean:
	-rm -rf teilite.rnc teilite.xsd teilite.rng teilite.dtd teilite.doc.xml xml.xsd Guidelines *~






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
  teilite.xml
  testlite-es.xml
  testlite.xml