From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 6 08:10:12 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B4F16A4CE for ; Wed, 6 Apr 2005 08:10:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F09F43D39 for ; Wed, 6 Apr 2005 08:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j368ABjT093704 for ; Wed, 6 Apr 2005 08:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j368ABww093703; Wed, 6 Apr 2005 08:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 6 Apr 2005 08:10:11 GMT Resent-Message-Id: <200504060810.j368ABww093703@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CDB716A4CF for ; Wed, 6 Apr 2005 08:09:00 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7208A43D5E for ; Wed, 6 Apr 2005 08:08:57 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2C06.dyn.pacific.net.au [61.8.44.6]) j3688RFN020468 for ; Wed, 6 Apr 2005 18:08:34 +1000 Received: by localhost (Postfix, from userid 0) id B4FD21143; Wed, 6 Apr 2005 18:08:18 +1000 (EST) Message-Id: <20050406080818.B4FD21143@localhost> Date: Wed, 6 Apr 2005 18:08:18 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79595: [PATCH] textproc/tei-guidelines: fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 08:10:12 -0000 >Number: 79595 >Category: ports >Synopsis: [PATCH] textproc/tei-guidelines: fix unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 06 08:10:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #11: Sun Mar 6 12:44:50 EST >Description: - Committer: please remove files/* - Distfile had changed (incorporates what was previously in patches and misc other changes) - Introduce and use DOCSDIR - Install using FIND, INSTALL_DATA, MKDIR >How-To-Repeat: >Fix: --- tei-guidelines-p4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/textproc/tei-guidelines-p4/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 28 Feb 2005 04:19:10 -0000 1.7 +++ Makefile 6 Apr 2005 08:02:55 -0000 @@ -15,20 +15,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= TEI's Guidelines for Electronic Text Encoding and Interchange -BROKEN= Size mismatch - NO_BUILD= yes WRKSRC= ${WRKDIR}/TEI_P4 LATEST_LINK= tei-guidelines-p4 -INSTDIR= ${PREFIX}/share/doc/tei/p4 +DOCSDIR= ${PREFIX}/share/doc/tei/p4 do-install: - @${MKDIR} ${INSTDIR} - @${MKDIR} ${INSTDIR}/Figures - @${INSTALL_MAN} ${WRKSRC}/*.html ${INSTDIR} - @${INSTALL_MAN} ${WRKSRC}/*.css ${INSTDIR} - @${INSTALL_MAN} ${WRKSRC}/*.gif ${INSTDIR} - @${INSTALL_MAN} ${WRKSRC}/*.jpg ${INSTDIR} - @${INSTALL_MAN} ${WRKSRC}/Figures/* ${INSTDIR}/Figures + @cd ${WRKSRC} && \ + ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; + @cd ${WRKSRC} && \ + ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; .include Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/textproc/tei-guidelines-p4/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 24 Feb 2004 03:25:49 -0000 1.2 +++ distinfo 6 Apr 2005 07:12:05 -0000 @@ -1,2 +1,2 @@ -MD5 (p4html.tar.gz) = 3ce81097d224eb62a7c76d524428310c -SIZE (p4html.tar.gz) = 1971218 +MD5 (p4html.tar.gz) = 5a42341196adce5fc46e8a1e3fcb9dc4 +SIZE (p4html.tar.gz) = 1971698 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/textproc/tei-guidelines-p4/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 24 Feb 2004 03:25:49 -0000 1.3 +++ pkg-plist 6 Apr 2005 07:55:36 -0000 @@ -1,693 +1,746 @@ -share/doc/tei/p4/AB.html -share/doc/tei/p4/AI.html -share/doc/tei/p4/CC.html -share/doc/tei/p4/CE.html -share/doc/tei/p4/CF.html -share/doc/tei/p4/CH.html -share/doc/tei/p4/CO.html -share/doc/tei/p4/CR.html -share/doc/tei/p4/DI.html -share/doc/tei/p4/DR.html -share/doc/tei/p4/DS.html -share/doc/tei/p4/DT.html -share/doc/tei/p4/FD.html -share/doc/tei/p4/FM1.html -share/doc/tei/p4/FS.html -share/doc/tei/p4/FT.html -share/doc/tei/p4/GD.html -share/doc/tei/p4/GR.html -share/doc/tei/p4/HD.html -share/doc/tei/p4/IN.html -share/doc/tei/p4/MD.html -share/doc/tei/p4/ND.html -share/doc/tei/p4/NH.html -share/doc/tei/p4/P2BIB.html -share/doc/tei/p4/P2COL.html -share/doc/tei/p4/PARTIND.html -share/doc/tei/p4/PF.html -share/doc/tei/p4/PH.html -share/doc/tei/p4/PPF2.html -share/doc/tei/p4/PR.html -share/doc/tei/p4/PREFS.html -share/doc/tei/p4/REFCLA.html -share/doc/tei/p4/REFENT.html -share/doc/tei/p4/REFTAG.html -share/doc/tei/p4/SA.html -share/doc/tei/p4/SG.html -share/doc/tei/p4/SH.html -share/doc/tei/p4/ST.html -share/doc/tei/p4/TC.html -share/doc/tei/p4/TD.html -share/doc/tei/p4/TE.html -share/doc/tei/p4/TS.html -share/doc/tei/p4/VE.html -share/doc/tei/p4/WD.html -share/doc/tei/p4/WG.html -share/doc/tei/p4/XT.html -share/doc/tei/p4/XW.html -share/doc/tei/p4/dedication.html -share/doc/tei/p4/index-div2-id2976966.html -share/doc/tei/p4/index-div2-id2976975.html -share/doc/tei/p4/index-div2-id2976976.html -share/doc/tei/p4/index-notes.html -share/doc/tei/p4/index.html -share/doc/tei/p4/p4pf01.html -share/doc/tei/p4/ppf.html -share/doc/tei/p4/ref-ABBR.html -share/doc/tei/p4/ref-ACTIVITY.html -share/doc/tei/p4/ref-ACTOR.html -share/doc/tei/p4/ref-ADD.html -share/doc/tei/p4/ref-ADDNAME.html -share/doc/tei/p4/ref-ADDRESS.html -share/doc/tei/p4/ref-ADDRLINE.html -share/doc/tei/p4/ref-ADDRPART.html -share/doc/tei/p4/ref-ADDSPAN.html -share/doc/tei/p4/ref-ADMIN.html -share/doc/tei/p4/ref-AFFILIAT.html -share/doc/tei/p4/ref-AGENT.html -share/doc/tei/p4/ref-AIDTD.html -share/doc/tei/p4/ref-AIENT.html -share/doc/tei/p4/ref-AITOP.html -share/doc/tei/p4/ref-ALT.html -share/doc/tei/p4/ref-ALTGRP.html -share/doc/tei/p4/ref-ANALYTIC.html -share/doc/tei/p4/ref-ANCHOR.html -share/doc/tei/p4/ref-ANONB.html -share/doc/tei/p4/ref-ANY.html -share/doc/tei/p4/ref-APP.html -share/doc/tei/p4/ref-ARC.html -share/doc/tei/p4/ref-ARGUMENT.html -share/doc/tei/p4/ref-ATT.html -share/doc/tei/p4/ref-ATTDEF.html -share/doc/tei/p4/ref-ATTLDECL.html -share/doc/tei/p4/ref-ATTLIST.html -share/doc/tei/p4/ref-ATTNAME.html -share/doc/tei/p4/ref-AUTHOR.html -share/doc/tei/p4/ref-AUTHORTY.html -share/doc/tei/p4/ref-AVAIL.html -share/doc/tei/p4/ref-BACK.html -share/doc/tei/p4/ref-BASESTD.html -share/doc/tei/p4/ref-BASEWSD.html -share/doc/tei/p4/ref-BIBL.html -share/doc/tei/p4/ref-BIBLFULL.html -share/doc/tei/p4/ref-BICOND.html -share/doc/tei/p4/ref-BIBLPART.html -share/doc/tei/p4/ref-BIBLSCOP.html -share/doc/tei/p4/ref-BIBLSTRU.html -share/doc/tei/p4/ref-BINARY.html -share/doc/tei/p4/ref-BIRTH.html -share/doc/tei/p4/ref-BLOC.html -share/doc/tei/p4/ref-BODY.html -share/doc/tei/p4/ref-BOOLEAN.html -share/doc/tei/p4/ref-BROADCAS.html -share/doc/tei/p4/ref-BYLINE.html -share/doc/tei/p4/ref-C.html -share/doc/tei/p4/ref-CAESURA.html -share/doc/tei/p4/ref-CAMERA.html -share/doc/tei/p4/ref-CAPTION.html -share/doc/tei/p4/ref-CASE.html -share/doc/tei/p4/ref-CASTGRP.html -share/doc/tei/p4/ref-CASTITEM.html -share/doc/tei/p4/ref-CASTLIST.html -share/doc/tei/p4/ref-CATDESC.html -share/doc/tei/p4/ref-CATEGORY.html -share/doc/tei/p4/tei.css -share/doc/tei/p4/ref-CATREF.html -share/doc/tei/p4/ref-CBCOMP.html -share/doc/tei/p4/ref-CBGEDTD.html -share/doc/tei/p4/ref-CBGEPLUS.html -share/doc/tei/p4/ref-CBGESEQ.html -share/doc/tei/p4/ref-CBGETOP.html -share/doc/tei/p4/ref-CBMXDTD.html -share/doc/tei/p4/ref-CBMXTOP.html -share/doc/tei/p4/ref-CCDTD.html -share/doc/tei/p4/ref-CCTOP.html -share/doc/tei/p4/ref-CEDTD.html -share/doc/tei/p4/ref-CELL.html -share/doc/tei/p4/ref-CERTAIN.html -share/doc/tei/p4/ref-CETOP.html -share/doc/tei/p4/ref-CHANGE.html -share/doc/tei/p4/ref-CHANNEL.html -share/doc/tei/p4/ref-CHILDREN.html -share/doc/tei/p4/ref-CHUNK.html -share/doc/tei/p4/ref-CIT.html -share/doc/tei/p4/ref-CL.html -share/doc/tei/p4/ref-CLANA.html -share/doc/tei/p4/ref-CLASDECL.html -share/doc/tei/p4/ref-CLASS.html -share/doc/tei/p4/ref-CLASSCOD.html -share/doc/tei/p4/ref-CLASSDOC.html -share/doc/tei/p4/ref-CLASSES.html -share/doc/tei/p4/ref-CLBIBL.html -share/doc/tei/p4/ref-CLDATE.html -share/doc/tei/p4/ref-CLFRONT.html -share/doc/tei/p4/ref-CLINTERP.html -share/doc/tei/p4/ref-CLLINK.html -share/doc/tei/p4/ref-CLLOC.html -share/doc/tei/p4/ref-CLOSER.html -share/doc/tei/p4/ref-CLSEG.html -share/doc/tei/p4/ref-CLTERM.html -share/doc/tei/p4/ref-COLBR.html -share/doc/tei/p4/ref-COLLOC.html -share/doc/tei/p4/ref-COMMON.html -share/doc/tei/p4/ref-COMPDICT.html -share/doc/tei/p4/ref-COMPDRAM.html -share/doc/tei/p4/ref-COMPSEQ.html -share/doc/tei/p4/ref-COMPSPOK.html -share/doc/tei/p4/ref-COMPTERM.html -share/doc/tei/p4/ref-COMPVERS.html -share/doc/tei/p4/ref-COND.html -share/doc/tei/p4/ref-CONSTITN.html -share/doc/tei/p4/ref-CORR.html -share/doc/tei/p4/ref-CORRECTN.html -share/doc/tei/p4/ref-COUNTRY.html -share/doc/tei/p4/ref-CPLXVAL.html -share/doc/tei/p4/ref-CREATN.html -share/doc/tei/p4/ref-DAMAGE.html -share/doc/tei/p4/ref-DATA.html -share/doc/tei/p4/ref-DATADESC.html -share/doc/tei/p4/ref-DATATYPE.html -share/doc/tei/p4/ref-DATE.html -share/doc/tei/p4/ref-DATELINE.html -share/doc/tei/p4/ref-DATERANG.html -share/doc/tei/p4/ref-DATESTRU.html -share/doc/tei/p4/ref-DAY.html -share/doc/tei/p4/ref-DECLABL.html -share/doc/tei/p4/ref-DECLING.html -share/doc/tei/p4/ref-DEF.html -share/doc/tei/p4/ref-DEFAULT.html -share/doc/tei/p4/ref-DEL.html -share/doc/tei/p4/ref-DELSPAN.html -share/doc/tei/p4/ref-DEMOG.html -share/doc/tei/p4/ref-DERIVATN.html -share/doc/tei/p4/ref-DESC.html -share/doc/tei/p4/ref-DESCRIP.html -share/doc/tei/p4/ref-DFT.html -share/doc/tei/p4/ref-DFTANA.html -share/doc/tei/p4/ref-DFTDICT.html -share/doc/tei/p4/ref-DFTLINK.html -share/doc/tei/p4/ref-DFTTERM.html -share/doc/tei/p4/ref-DICOMP.html -share/doc/tei/p4/ref-DICSCRAP.html -share/doc/tei/p4/ref-DIDTD.html -share/doc/tei/p4/ref-DIEG.html -share/doc/tei/p4/ref-DIENT.html -share/doc/tei/p4/ref-DIGEN.html -share/doc/tei/p4/ref-DIGENXX.html -share/doc/tei/p4/ref-DIGLOBAL.html -share/doc/tei/p4/ref-DIMIX.html -share/doc/tei/p4/ref-DIMIXXX.html -share/doc/tei/p4/ref-DIPARTS.html -share/doc/tei/p4/ref-DIRECTN.html -share/doc/tei/p4/ref-DISTANCE.html -share/doc/tei/p4/ref-DISTINCT.html -share/doc/tei/p4/ref-DISTRIB.html -share/doc/tei/p4/ref-DITOP.html -share/doc/tei/p4/ref-DITOPLEV.html -share/doc/tei/p4/ref-DIV.html -share/doc/tei/p4/ref-DIV0.html -share/doc/tei/p4/ref-DIV1.html -share/doc/tei/p4/ref-DIV2.html -share/doc/tei/p4/ref-DIV3.html -share/doc/tei/p4/ref-DIV4.html -share/doc/tei/p4/ref-F.html -share/doc/tei/p4/ref-DIV5.html -share/doc/tei/p4/ref-DIV6.html -share/doc/tei/p4/ref-DIV7.html -share/doc/tei/p4/ref-DIVBOT.html -share/doc/tei/p4/ref-DIVGEN.html -share/doc/tei/p4/ref-DIVN.html -share/doc/tei/p4/ref-DIVTOP.html -share/doc/tei/p4/ref-DOCAUTH.html -share/doc/tei/p4/ref-DOCDATE.html -share/doc/tei/p4/ref-DOCEDITN.html -share/doc/tei/p4/ref-DOCIMPRT.html -share/doc/tei/p4/ref-DOCTITLE.html -share/doc/tei/p4/ref-DOMAIN.html -share/doc/tei/p4/ref-DRCOMP.html -share/doc/tei/p4/ref-DRDTD.html -share/doc/tei/p4/ref-DRENT.html -share/doc/tei/p4/ref-DRFRONT.html -share/doc/tei/p4/ref-DRGEN.html -share/doc/tei/p4/ref-DRGENXX.html -share/doc/tei/p4/ref-DRMIX.html -share/doc/tei/p4/ref-DRMIXXX.html -share/doc/tei/p4/ref-DRROLE.html -share/doc/tei/p4/ref-DRTOP.html -share/doc/tei/p4/ref-EDDECL.html -share/doc/tei/p4/ref-EDIT.html -share/doc/tei/p4/ref-EDITINCL.html -share/doc/tei/p4/ref-EDITION.html -share/doc/tei/p4/ref-EDITOR.html -share/doc/tei/p4/ref-EDITPH.html -share/doc/tei/p4/ref-EDSTMT.html -share/doc/tei/p4/ref-EDUCN.html -share/doc/tei/p4/ref-ELEAF.html -share/doc/tei/p4/ref-ELEMDECL.html -share/doc/tei/p4/ref-EMPH.html -share/doc/tei/p4/ref-ENCDESC.html -share/doc/tei/p4/ref-ENJAMB.html -share/doc/tei/p4/ref-ENTDOC.html -share/doc/tei/p4/ref-ENTNAME.html -share/doc/tei/p4/ref-ENTRIES.html -share/doc/tei/p4/ref-ENTRY.html -share/doc/tei/p4/ref-ENTRYFR.html -share/doc/tei/p4/ref-EPIGRAPH.html -share/doc/tei/p4/ref-EPILOGUE.html -share/doc/tei/p4/ref-EQUIPMEN.html -share/doc/tei/p4/ref-EQUIV.html -share/doc/tei/p4/ref-ETREE.html -share/doc/tei/p4/ref-ETYM.html -share/doc/tei/p4/ref-EVENT.html -share/doc/tei/p4/ref-EXCEPTNS.html -share/doc/tei/p4/ref-EXEMPLUM.html -share/doc/tei/p4/ref-EXPAN.html -share/doc/tei/p4/ref-EXTENT.html -share/doc/tei/p4/ref-EXTPTR.html -share/doc/tei/p4/ref-FACTUAL.html -share/doc/tei/p4/ref-FALT.html -share/doc/tei/p4/ref-FDECL.html -share/doc/tei/p4/ref-FDESCR.html -share/doc/tei/p4/ref-FEATVAL.html -share/doc/tei/p4/ref-FIGDESC.html -share/doc/tei/p4/ref-FIGURE.html -share/doc/tei/p4/ref-FILES.html -share/doc/tei/p4/ref-FILDESC.html -share/doc/tei/p4/ref-FLIB.html -share/doc/tei/p4/ref-FMCHUNK.html -share/doc/tei/p4/ref-FOREIGN.html -share/doc/tei/p4/ref-FORENAME.html -share/doc/tei/p4/ref-FOREST.html -share/doc/tei/p4/ref-FORESTGP.html -share/doc/tei/p4/ref-FORM.html -share/doc/tei/p4/ref-FORMCONT.html -share/doc/tei/p4/ref-FORMINFO.html -share/doc/tei/p4/ref-FORMNOTN.html -share/doc/tei/p4/ref-FORMPTRS.html -share/doc/tei/p4/ref-FORMULA.html -share/doc/tei/p4/ref-FRAGMENT.html -share/doc/tei/p4/ref-FRONT.html -share/doc/tei/p4/ref-FRSTLANG.html -share/doc/tei/p4/ref-FSCONSTR.html -share/doc/tei/p4/ref-FSDDECL.html -share/doc/tei/p4/ref-FSDECL.html -share/doc/tei/p4/ref-FSDESCR.html -share/doc/tei/p4/ref-FSDTD.html -share/doc/tei/p4/ref-FSLIB.html -share/doc/tei/p4/ref-FSTAG.html -share/doc/tei/p4/ref-FSTOP.html -share/doc/tei/p4/ref-FTDTD.html -share/doc/tei/p4/ref-FTENT.html -share/doc/tei/p4/ref-FTTOP.html -share/doc/tei/p4/ref-FUNDER.html -share/doc/tei/p4/ref-FVLIB.html -share/doc/tei/p4/ref-FW.html -share/doc/tei/p4/ref-GAP.html -share/doc/tei/p4/ref-GDDTD.html -share/doc/tei/p4/ref-GDTOP.html -share/doc/tei/p4/ref-GEN.html -share/doc/tei/p4/ref-GENNAME.html -share/doc/tei/p4/ref-GEOG.html -share/doc/tei/p4/ref-GEOGNAME.html -share/doc/tei/p4/ref-GI.html -share/doc/tei/p4/ref-GLOBAL.html -share/doc/tei/p4/ref-GLOBINCL.html -share/doc/tei/p4/ref-GLOSS.html -share/doc/tei/p4/ref-GRAM.html -share/doc/tei/p4/ref-GRAMGRP.html -share/doc/tei/p4/ref-GRAMINFO.html -share/doc/tei/p4/ref-GRAPH.html -share/doc/tei/p4/ref-GROUP.html -share/doc/tei/p4/ref-HAND.html -share/doc/tei/p4/ref-HANDLIST.html -share/doc/tei/p4/ref-HANDSHFT.html -share/doc/tei/p4/ref-HEAD.html -share/doc/tei/p4/ref-HEADIT.html -share/doc/tei/p4/ref-HEADLAB.html -share/doc/tei/p4/ref-HI.html -share/doc/tei/p4/ref-HOM.html -share/doc/tei/p4/ref-HOUR.html -share/doc/tei/p4/ref-HQINTER.html -share/doc/tei/p4/ref-HQPHRASE.html -share/doc/tei/p4/ref-HYPH.html -share/doc/tei/p4/ref-HYPHEN.html -share/doc/tei/p4/ref-IDNO.html -share/doc/tei/p4/ref-IF.html -share/doc/tei/p4/ref-IFF.html -share/doc/tei/p4/ref-IHS.html -share/doc/tei/p4/ref-IMPRIMAT.html -share/doc/tei/p4/ref-IMPRINT.html -share/doc/tei/p4/ref-INDEX.html -share/doc/tei/p4/ref-INHERIT.html -share/doc/tei/p4/ref-INODE.html -share/doc/tei/p4/ref-INTER.html -share/doc/tei/p4/ref-INTERACT.html -share/doc/tei/p4/ref-INTERP.html -share/doc/tei/p4/ref-INTERPGP.html -share/doc/tei/p4/ref-INTERPTN.html -share/doc/tei/p4/ref-ISODATE.html -share/doc/tei/p4/ref-ITEM.html -share/doc/tei/p4/ref-ITYPE.html -share/doc/tei/p4/ref-JOIN.html -share/doc/tei/p4/ref-JOINGRP.html -share/doc/tei/p4/ref-KEYWORDS.html -share/doc/tei/p4/ref-L.html -share/doc/tei/p4/ref-KINESIC.html -share/doc/tei/p4/ref-LABEL.html -share/doc/tei/p4/ref-LACEND.html -share/doc/tei/p4/ref-LACSTART.html -share/doc/tei/p4/ref-LANG.html -share/doc/tei/p4/ref-LANGKNOW.html -share/doc/tei/p4/ref-LANGUAGE.html -share/doc/tei/p4/ref-LANGUSG.html -share/doc/tei/p4/ref-LBL.html -share/doc/tei/p4/ref-LEAF.html -share/doc/tei/p4/ref-LEM.html -share/doc/tei/p4/ref-LG.html -share/doc/tei/p4/ref-LG1.html -share/doc/tei/p4/ref-LG2.html -share/doc/tei/p4/ref-LG3.html -share/doc/tei/p4/ref-LG4.html -share/doc/tei/p4/ref-LG5.html -share/doc/tei/p4/ref-LINEBR.html -share/doc/tei/p4/ref-LINK.html -share/doc/tei/p4/ref-LINKGRP.html -share/doc/tei/p4/ref-LIST.html -share/doc/tei/p4/ref-LISTBIBL.html -share/doc/tei/p4/ref-LISTS.html -share/doc/tei/p4/ref-LOCALE.html -share/doc/tei/p4/ref-M.html -share/doc/tei/p4/ref-MEASURE.html -share/doc/tei/p4/ref-MEETING.html -share/doc/tei/p4/ref-MENTIOND.html -share/doc/tei/p4/ref-METADATA.html -share/doc/tei/p4/ref-METDECL.html -share/doc/tei/p4/ref-METRICAL.html -share/doc/tei/p4/ref-MILEST.html -share/doc/tei/p4/ref-MINUS.html -share/doc/tei/p4/ref-MINUTE.html -share/doc/tei/p4/ref-MIXNO.html -share/doc/tei/p4/ref-MIXYES.html -share/doc/tei/p4/ref-MONOGR.html -share/doc/tei/p4/ref-MONTH.html -share/doc/tei/p4/ref-MOOD.html -share/doc/tei/p4/ref-MORPH.html -share/doc/tei/p4/ref-MOVE.html -share/doc/tei/p4/ref-MSR.html -share/doc/tei/p4/ref-NAME.html -share/doc/tei/p4/ref-NAMELINK.html -share/doc/tei/p4/ref-NAMES.html -share/doc/tei/p4/ref-NBR.html -share/doc/tei/p4/ref-NDDTD.html -share/doc/tei/p4/ref-NDENT.html -share/doc/tei/p4/ref-NDTOP.html -share/doc/tei/p4/ref-NODE.html -share/doc/tei/p4/ref-NONE.html -share/doc/tei/p4/ref-NORMALZN.html -share/doc/tei/p4/ref-NOTE.html -share/doc/tei/p4/ref-NOTES.html -share/doc/tei/p4/ref-NOTSTMT.html -share/doc/tei/p4/ref-NULL.html -share/doc/tei/p4/ref-NUM.html -share/doc/tei/p4/ref-NUMBER.html -share/doc/tei/p4/ref-OCCASION.html -share/doc/tei/p4/ref-OCCUPAT.html -share/doc/tei/p4/ref-OFFSET.html -share/doc/tei/p4/ref-OFIG.html -share/doc/tei/p4/ref-OMROS.html -share/doc/tei/p4/ref-OMROX.html -share/doc/tei/p4/ref-OMRRS.html -share/doc/tei/p4/ref-OMRRX.html -share/doc/tei/p4/ref-OPENER.html -share/doc/tei/p4/ref-OREF.html -share/doc/tei/p4/ref-ORGDIVN.html -share/doc/tei/p4/ref-ORGNAME.html -share/doc/tei/p4/ref-ORGTITLE.html -share/doc/tei/p4/ref-ORGTYPE.html -share/doc/tei/p4/ref-ORIG.html -share/doc/tei/p4/ref-ORTH.html -share/doc/tei/p4/ref-OTHFORM.html -share/doc/tei/p4/ref-OVAR.html -share/doc/tei/p4/ref-P.html -share/doc/tei/p4/ref-PAGEBR.html -share/doc/tei/p4/ref-PARENTS.html -share/doc/tei/p4/ref-PART.html -share/doc/tei/p4/ref-PARTDESC.html -share/doc/tei/p4/ref-PARTIREL.html -share/doc/tei/p4/ref-PAUSE.html -share/doc/tei/p4/ref-PEPARAC.html -share/doc/tei/p4/ref-PEPHRASE.html -share/doc/tei/p4/ref-PER.html -share/doc/tei/p4/ref-PERFORM.html -share/doc/tei/p4/ref-PERSGRP.html -share/doc/tei/p4/ref-PERSNAME.html -share/doc/tei/p4/ref-PERSON.html -share/doc/tei/p4/ref-PERSPART.html -share/doc/tei/p4/ref-PESPECP.html -share/doc/tei/p4/ref-PHDTD.html -share/doc/tei/p4/ref-PHENT.html -share/doc/tei/p4/ref-PHR.html -share/doc/tei/p4/ref-PHRASE.html -share/doc/tei/p4/ref-PHRSEQ.html -share/doc/tei/p4/ref-PHTOP.html -share/doc/tei/p4/ref-PLACNAME.html -share/doc/tei/p4/ref-PLACPART.html -share/doc/tei/p4/ref-PLCOL.html -share/doc/tei/p4/ref-PLLINE.html -share/doc/tei/p4/ref-PLPAGE.html -share/doc/tei/p4/ref-PLUS.html -share/doc/tei/p4/ref-PLVOL.html -share/doc/tei/p4/ref-POINTER.html -share/doc/tei/p4/ref-POS.html -share/doc/tei/p4/ref-POSTBOX.html -share/doc/tei/p4/ref-POSTCODE.html -share/doc/tei/p4/ref-PRCOMP.html -share/doc/tei/p4/ref-PRDTD.html -share/doc/tei/p4/ref-PREF.html -share/doc/tei/p4/ref-PREPNESS.html -share/doc/tei/p4/ref-PRINCIPL.html -share/doc/tei/p4/ref-PROFDESC.html -share/doc/tei/p4/ref-PROJDESC.html -share/doc/tei/p4/ref-PROLOGUE.html -share/doc/tei/p4/ref-PRON.html -share/doc/tei/p4/ref-PRTOP.html -share/doc/tei/p4/ref-PRXML.html -share/doc/tei/p4/ref-PTR.html -share/doc/tei/p4/ref-PTRGROUP.html -share/doc/tei/p4/ref-PUBLISHR.html -share/doc/tei/p4/ref-PUBPLACE.html -share/doc/tei/p4/ref-PUBSTMT.html -share/doc/tei/p4/ref-PURPOSE.html -share/doc/tei/p4/ref-PVAR.html -share/doc/tei/p4/ref-Q.html -share/doc/tei/p4/ref-QUOTE.html -share/doc/tei/p4/ref-QUOTN.html -share/doc/tei/p4/ref-RATE.html -share/doc/tei/p4/ref-RDG.html -share/doc/tei/p4/ref-RDGGRP.html -share/doc/tei/p4/ref-RE.html -share/doc/tei/p4/ref-READINGS.html -share/doc/tei/p4/ref-RECORDIN.html -share/doc/tei/p4/ref-RECSTMT.html -share/doc/tei/p4/ref-REF.html -share/doc/tei/p4/ref-REFSDECL.html -share/doc/tei/p4/ref-REFSYS.html -share/doc/tei/p4/ref-REG.html -share/doc/tei/p4/ref-REGION.html -share/doc/tei/p4/ref-RELATION.html -share/doc/tei/p4/ref-REMARKS.html -share/doc/tei/p4/ref-RENDITN.html -share/doc/tei/p4/ref-RESIDENC.html -share/doc/tei/p4/ref-RESP.html -share/doc/tei/p4/ref-RESPONS.html -share/doc/tei/p4/ref-RESTORE.html -share/doc/tei/p4/ref-REVDESC.html -share/doc/tei/p4/ref-ROLE.html -share/doc/tei/p4/ref-ROLEDESC.html -share/doc/tei/p4/ref-ROLENAME.html -share/doc/tei/p4/ref-ROOT.html -share/doc/tei/p4/ref-ROW.html -share/doc/tei/p4/ref-RS.html -share/doc/tei/p4/ref-S.html -share/doc/tei/p4/ref-SADTD.html -share/doc/tei/p4/ref-SAENT.html -share/doc/tei/p4/ref-SALUTE.html -share/doc/tei/p4/ref-SAMPDECL.html -share/doc/tei/p4/ref-SATOP.html -share/doc/tei/p4/ref-SCRIPT.html -share/doc/tei/p4/ref-SCRSTMT.html -share/doc/tei/p4/ref-SECOND.html -share/doc/tei/p4/ref-SEG.html -share/doc/tei/p4/ref-SEGMENTN.html -share/doc/tei/p4/ref-SENSE.html -share/doc/tei/p4/ref-SEQTE.html -share/doc/tei/p4/ref-SERIES.html -share/doc/tei/p4/ref-SERSTMT.html -share/doc/tei/p4/ref-SET.html -share/doc/tei/p4/ref-SETTDESC.html -share/doc/tei/p4/ref-SETTING.html -share/doc/tei/p4/ref-SETTLE.html -share/doc/tei/p4/ref-SGMLKW.html -share/doc/tei/p4/ref-SHIFT.html -share/doc/tei/p4/ref-SIC.html -share/doc/tei/p4/ref-SIGNED.html -share/doc/tei/p4/ref-SINGVAL.html -share/doc/tei/p4/ref-SOCALLED.html -share/doc/tei/p4/ref-SOCECSTA.html -share/doc/tei/p4/ref-SOUND.html -share/doc/tei/p4/ref-SOUSTMT.html -share/doc/tei/p4/ref-SP.html -share/doc/tei/p4/ref-SPACE.html -share/doc/tei/p4/ref-SPAN.html -share/doc/tei/p4/ref-SPANGRP.html -share/doc/tei/p4/ref-SPEAKER.html -share/doc/tei/p4/ref-SPONSOR.html -share/doc/tei/p4/ref-STAGE.html -share/doc/tei/p4/ref-STAGEDIR.html -share/doc/tei/p4/ref-STATE.html -share/doc/tei/p4/ref-STDVALS.html -share/doc/tei/p4/ref-STEP.html -share/doc/tei/p4/ref-STR.html -share/doc/tei/p4/ref-STREET.html -share/doc/tei/p4/ref-STRESS.html -share/doc/tei/p4/ref-STRING.html -share/doc/tei/p4/ref-SUBC.html -share/doc/tei/p4/ref-SUPENTRY.html -share/doc/tei/p4/ref-SUPPLIED.html -share/doc/tei/p4/ref-SURNAME.html -share/doc/tei/p4/ref-SYLL.html -share/doc/tei/p4/ref-SYM.html -share/doc/tei/p4/ref-SYMBOL.html -share/doc/tei/p4/ref-TABLE.html -share/doc/tei/p4/ref-TAG.html -share/doc/tei/p4/ref-TAGDOC.html -share/doc/tei/p4/ref-TAGSDECL.html -share/doc/tei/p4/ref-TAGUSAGE.html -share/doc/tei/p4/ref-TAXONOMY.html -share/doc/tei/p4/ref-TCDTD.html -share/doc/tei/p4/ref-TCENT.html -share/doc/tei/p4/ref-TCTOP.html -share/doc/tei/p4/ref-TDEG.html -share/doc/tei/p4/ref-TECH.html -share/doc/tei/p4/ref-TECOMP.html -share/doc/tei/p4/ref-TEDTD.html -share/doc/tei/p4/ref-TEENT.html -share/doc/tei/p4/ref-TEGEN.html -share/doc/tei/p4/ref-TEGENXX.html -share/doc/tei/p4/ref-TEI2.html -share/doc/tei/p4/ref-TEIBACK.html -share/doc/tei/p4/ref-TEICORE.html -share/doc/tei/p4/ref-TEICORP2.html -share/doc/tei/p4/ref-TEIECGA.html -share/doc/tei/p4/ref-TEIEXTD.html -share/doc/tei/p4/ref-TEIEXTE.html -share/doc/tei/p4/ref-TEIFORM.html -share/doc/tei/p4/ref-TEIFRONT.html -share/doc/tei/p4/ref-TEIFSD2.html -share/doc/tei/p4/ref-TEIGIS.html -share/doc/tei/p4/ref-TEIHDR.html -share/doc/tei/p4/ref-TEIHEAD.html -share/doc/tei/p4/ref-TEIKW.html -share/doc/tei/p4/ref-TEISTR.html -share/doc/tei/p4/ref-TEIWSD.html -share/doc/tei/p4/ref-TEMIX.html -share/doc/tei/p4/ref-TEMIXXX.html -share/doc/tei/p4/ref-TEMPEXP.html -share/doc/tei/p4/ref-TERM.html -share/doc/tei/p4/ref-TERMENTF.html -share/doc/tei/p4/ref-TERMENTN.html -share/doc/tei/p4/ref-TERMINCL.html -share/doc/tei/p4/ref-TERMMISC.html -share/doc/tei/p4/ref-TERMTN.html -share/doc/tei/p4/ref-TETOP.html -share/doc/tei/p4/ref-TEXT.html -share/doc/tei/p4/ref-TEXTCLAS.html -share/doc/tei/p4/ref-TEXTDESC.html -share/doc/tei/p4/ref-THEN.html -share/doc/tei/p4/ref-TIG.html -share/doc/tei/p4/ref-TIME.html -share/doc/tei/p4/ref-TIMED.html -share/doc/tei/p4/ref-TIMELINE.html -share/doc/tei/p4/ref-TIMERANG.html -share/doc/tei/p4/ref-TIMESTRU.html -share/doc/tei/p4/ref-TITLE.html -share/doc/tei/p4/ref-TITLEPA.html -share/doc/tei/p4/ref-TITLEPT.html -share/doc/tei/p4/ref-TITSTMT.html -share/doc/tei/p4/ref-TNS.html -share/doc/tei/p4/ref-TPPARTS.html -share/doc/tei/p4/ref-TR.html -share/doc/tei/p4/ref-TRAILER.html -share/doc/tei/p4/ref-TRANS.html -share/doc/tei/p4/ref-TREE.html -share/doc/tei/p4/ref-TRIANGLE.html -share/doc/tei/p4/ref-TSCOMP.html -share/doc/tei/p4/ref-TSD.html -share/doc/tei/p4/ref-TSDTD.html -share/doc/tei/p4/ref-TSENT.html -share/doc/tei/p4/ref-TSGEN.html -share/doc/tei/p4/ref-TSGENXX.html -share/doc/tei/p4/ref-TSMIX.html -share/doc/tei/p4/ref-TSMIXXX.html -share/doc/tei/p4/ref-TSTOP.html -share/doc/tei/p4/ref-TYPED.html -share/doc/tei/p4/ref-U.html -share/doc/tei/p4/ref-UNCERT.html -share/doc/tei/p4/ref-UNCLEAR.html -share/doc/tei/p4/ref-USG.html -share/doc/tei/p4/ref-VAL.html -share/doc/tei/p4/ref-VALDESC.html -share/doc/tei/p4/ref-VALLIST.html -share/doc/tei/p4/ref-VALT.html -share/doc/tei/p4/ref-VARENCOD.html -share/doc/tei/p4/ref-VDFT.html -share/doc/tei/p4/ref-VECOMP.html -share/doc/tei/p4/ref-VEDTD.html -share/doc/tei/p4/ref-VEENT.html -share/doc/tei/p4/ref-VEGEN.html -share/doc/tei/p4/ref-VEGENXX.html -share/doc/tei/p4/ref-VEMIX.html -share/doc/tei/p4/ref-VEMIXXX.html -share/doc/tei/p4/ref-VEPHR.html -share/doc/tei/p4/ref-VERNAME.html -share/doc/tei/p4/ref-VERSION.html -share/doc/tei/p4/ref-VETOP.html -share/doc/tei/p4/ref-VIEW.html -share/doc/tei/p4/ref-VOCAL.html -share/doc/tei/p4/ref-VRANGE.html -share/doc/tei/p4/ref-W.html -share/doc/tei/p4/ref-WDGIS.html -share/doc/tei/p4/ref-WEEK.html -share/doc/tei/p4/ref-WHEN.html -share/doc/tei/p4/ref-WIT.html -share/doc/tei/p4/ref-WITDTL.html -share/doc/tei/p4/ref-WITEND.html -share/doc/tei/p4/ref-WITLIST.html -share/doc/tei/p4/ref-WITNESS.html -share/doc/tei/p4/ref-WITSTART.html -share/doc/tei/p4/ref-WRITING.html -share/doc/tei/p4/ref-WSDCCS.html -share/doc/tei/p4/ref-WSDCHAR.html -share/doc/tei/p4/ref-WSDCHARS.html -share/doc/tei/p4/ref-WSDDESC.html -share/doc/tei/p4/ref-WSDENTS.html -share/doc/tei/p4/ref-WSDFIG.html -share/doc/tei/p4/ref-WSDFORM.html -share/doc/tei/p4/ref-WSDGLOB.html -share/doc/tei/p4/ref-WSDLANG.html -share/doc/tei/p4/ref-WSDNOTE.html -share/doc/tei/p4/ref-WSDXFIG.html -share/doc/tei/p4/ref-XPOINTER.html -share/doc/tei/p4/ref-XPTR.html -share/doc/tei/p4/ref-XR.html -share/doc/tei/p4/ref-XREF.html -share/doc/tei/p4/ref-YEAR.html -share/doc/tei/p4/background.gif -share/doc/tei/p4/jaco001d.gif -share/doc/tei/p4/logo.jpg -share/doc/tei/p4/Figures/compic.png -share/doc/tei/p4/Figures/dunpic.png -share/doc/tei/p4/Figures/xmlpic.png -@dirrm share/doc/tei/p4/Figures/ -@dirrm share/doc/tei/p4/ +%%DOCSDIR%%/AB.html +%%DOCSDIR%%/AI.html +%%DOCSDIR%%/CC.html +%%DOCSDIR%%/CE.html +%%DOCSDIR%%/CF.html +%%DOCSDIR%%/CH.html +%%DOCSDIR%%/CO.html +%%DOCSDIR%%/CR.html +%%DOCSDIR%%/DI.html +%%DOCSDIR%%/DR.html +%%DOCSDIR%%/DS.html +%%DOCSDIR%%/DT.html +%%DOCSDIR%%/FD.html +%%DOCSDIR%%/FM1.html +%%DOCSDIR%%/FS.html +%%DOCSDIR%%/FT.html +%%DOCSDIR%%/GD.html +%%DOCSDIR%%/GR.html +%%DOCSDIR%%/HD.html +%%DOCSDIR%%/IN.html +%%DOCSDIR%%/MD.html +%%DOCSDIR%%/ND.html +%%DOCSDIR%%/NH.html +%%DOCSDIR%%/P2BIB.html +%%DOCSDIR%%/P2COL.html +%%DOCSDIR%%/PARTIND.html +%%DOCSDIR%%/PF.html +%%DOCSDIR%%/PH.html +%%DOCSDIR%%/PPF2.html +%%DOCSDIR%%/PR.html +%%DOCSDIR%%/PREFS.html +%%DOCSDIR%%/REFCLA.html +%%DOCSDIR%%/REFENT.html +%%DOCSDIR%%/REFTAG.html +%%DOCSDIR%%/SA.html +%%DOCSDIR%%/SG.html +%%DOCSDIR%%/SH.html +%%DOCSDIR%%/ST.html +%%DOCSDIR%%/TC.html +%%DOCSDIR%%/TD.html +%%DOCSDIR%%/TE.html +%%DOCSDIR%%/TS.html +%%DOCSDIR%%/VE.html +%%DOCSDIR%%/WD.html +%%DOCSDIR%%/WG.html +%%DOCSDIR%%/XT.html +%%DOCSDIR%%/XW.html +%%DOCSDIR%%/dedication.html +%%DOCSDIR%%/index-notes.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/p4pf01.html +%%DOCSDIR%%/ppf.html +%%DOCSDIR%%/ref-ABBR.html +%%DOCSDIR%%/ref-ACTIVITY.html +%%DOCSDIR%%/ref-ACTOR.html +%%DOCSDIR%%/ref-ADD.html +%%DOCSDIR%%/ref-ADDNAME.html +%%DOCSDIR%%/ref-ADDRESS.html +%%DOCSDIR%%/ref-ADDRLINE.html +%%DOCSDIR%%/ref-ADDRPART.html +%%DOCSDIR%%/ref-ADDSPAN.html +%%DOCSDIR%%/ref-ADMIN.html +%%DOCSDIR%%/ref-AFFILIAT.html +%%DOCSDIR%%/ref-AGENT.html +%%DOCSDIR%%/ref-AIDTD.html +%%DOCSDIR%%/ref-AIENT.html +%%DOCSDIR%%/ref-AITOP.html +%%DOCSDIR%%/ref-ALT.html +%%DOCSDIR%%/ref-ALTGRP.html +%%DOCSDIR%%/ref-ANALYTIC.html +%%DOCSDIR%%/ref-ANCHOR.html +%%DOCSDIR%%/ref-ANONB.html +%%DOCSDIR%%/ref-ANY.html +%%DOCSDIR%%/ref-APP.html +%%DOCSDIR%%/ref-ARC.html +%%DOCSDIR%%/ref-ARGUMENT.html +%%DOCSDIR%%/ref-ATT.html +%%DOCSDIR%%/ref-ATTDEF.html +%%DOCSDIR%%/ref-ATTLDECL.html +%%DOCSDIR%%/ref-ATTLIST.html +%%DOCSDIR%%/ref-ATTNAME.html +%%DOCSDIR%%/ref-AUTHOR.html +%%DOCSDIR%%/ref-AUTHORTY.html +%%DOCSDIR%%/ref-AVAIL.html +%%DOCSDIR%%/ref-BACK.html +%%DOCSDIR%%/ref-BASESTD.html +%%DOCSDIR%%/ref-BASEWSD.html +%%DOCSDIR%%/ref-BIBL.html +%%DOCSDIR%%/ref-BIBLFULL.html +%%DOCSDIR%%/ref-BICOND.html +%%DOCSDIR%%/ref-BIBLPART.html +%%DOCSDIR%%/ref-BIBLSCOP.html +%%DOCSDIR%%/ref-BIBLSTRU.html +%%DOCSDIR%%/ref-BINARY.html +%%DOCSDIR%%/ref-BIRTH.html +%%DOCSDIR%%/ref-BLOC.html +%%DOCSDIR%%/ref-BODY.html +%%DOCSDIR%%/ref-BOOLEAN.html +%%DOCSDIR%%/ref-BROADCAS.html +%%DOCSDIR%%/ref-BYLINE.html +%%DOCSDIR%%/ref-C.html +%%DOCSDIR%%/ref-CAESURA.html +%%DOCSDIR%%/ref-CAMERA.html +%%DOCSDIR%%/ref-CAPTION.html +%%DOCSDIR%%/ref-CASE.html +%%DOCSDIR%%/ref-CASTGRP.html +%%DOCSDIR%%/ref-CASTITEM.html +%%DOCSDIR%%/ref-CASTLIST.html +%%DOCSDIR%%/ref-CATDESC.html +%%DOCSDIR%%/ref-CATEGORY.html +%%DOCSDIR%%/tei.css +%%DOCSDIR%%/ref-CATREF.html +%%DOCSDIR%%/ref-CBCOMP.html +%%DOCSDIR%%/ref-CBGEDTD.html +%%DOCSDIR%%/ref-CBGEPLUS.html +%%DOCSDIR%%/ref-CBGESEQ.html +%%DOCSDIR%%/ref-CBGETOP.html +%%DOCSDIR%%/ref-CBMXDTD.html +%%DOCSDIR%%/ref-CBMXTOP.html +%%DOCSDIR%%/ref-CCDTD.html +%%DOCSDIR%%/ref-CCTOP.html +%%DOCSDIR%%/ref-CEDTD.html +%%DOCSDIR%%/ref-CELL.html +%%DOCSDIR%%/ref-CERTAIN.html +%%DOCSDIR%%/ref-CETOP.html +%%DOCSDIR%%/ref-CHANGE.html +%%DOCSDIR%%/ref-CHANNEL.html +%%DOCSDIR%%/ref-CHILDREN.html +%%DOCSDIR%%/ref-CHUNK.html +%%DOCSDIR%%/ref-CIT.html +%%DOCSDIR%%/ref-CL.html +%%DOCSDIR%%/ref-CLANA.html +%%DOCSDIR%%/ref-CLASDECL.html +%%DOCSDIR%%/ref-CLASS.html +%%DOCSDIR%%/ref-CLASSCOD.html +%%DOCSDIR%%/ref-CLASSDOC.html +%%DOCSDIR%%/ref-CLASSES.html +%%DOCSDIR%%/ref-CLBIBL.html +%%DOCSDIR%%/ref-CLDATE.html +%%DOCSDIR%%/ref-CLFRONT.html +%%DOCSDIR%%/ref-CLINTERP.html +%%DOCSDIR%%/ref-CLLINK.html +%%DOCSDIR%%/ref-CLLOC.html +%%DOCSDIR%%/ref-CLOSER.html +%%DOCSDIR%%/ref-CLSEG.html +%%DOCSDIR%%/ref-CLTERM.html +%%DOCSDIR%%/ref-COLBR.html +%%DOCSDIR%%/ref-COLLOC.html +%%DOCSDIR%%/ref-COMMON.html +%%DOCSDIR%%/ref-COMPDICT.html +%%DOCSDIR%%/ref-COMPDRAM.html +%%DOCSDIR%%/ref-COMPSEQ.html +%%DOCSDIR%%/ref-COMPSPOK.html +%%DOCSDIR%%/ref-COMPTERM.html +%%DOCSDIR%%/ref-COMPVERS.html +%%DOCSDIR%%/ref-COND.html +%%DOCSDIR%%/ref-CONSTITN.html +%%DOCSDIR%%/ref-CORR.html +%%DOCSDIR%%/ref-CORRECTN.html +%%DOCSDIR%%/ref-COUNTRY.html +%%DOCSDIR%%/ref-CPLXVAL.html +%%DOCSDIR%%/ref-CREATN.html +%%DOCSDIR%%/ref-DAMAGE.html +%%DOCSDIR%%/ref-DATA.html +%%DOCSDIR%%/ref-DATADESC.html +%%DOCSDIR%%/ref-DATATYPE.html +%%DOCSDIR%%/ref-DATE.html +%%DOCSDIR%%/ref-DATELINE.html +%%DOCSDIR%%/ref-DATERANG.html +%%DOCSDIR%%/ref-DATESTRU.html +%%DOCSDIR%%/ref-DAY.html +%%DOCSDIR%%/ref-DECLABL.html +%%DOCSDIR%%/ref-DECLING.html +%%DOCSDIR%%/ref-DEF.html +%%DOCSDIR%%/ref-DEFAULT.html +%%DOCSDIR%%/ref-DEL.html +%%DOCSDIR%%/ref-DELSPAN.html +%%DOCSDIR%%/ref-DEMOG.html +%%DOCSDIR%%/ref-DERIVATN.html +%%DOCSDIR%%/ref-DESC.html +%%DOCSDIR%%/ref-DESCRIP.html +%%DOCSDIR%%/ref-DFT.html +%%DOCSDIR%%/ref-DFTANA.html +%%DOCSDIR%%/ref-DFTDICT.html +%%DOCSDIR%%/ref-DFTLINK.html +%%DOCSDIR%%/ref-DFTTERM.html +%%DOCSDIR%%/ref-DICOMP.html +%%DOCSDIR%%/ref-DICSCRAP.html +%%DOCSDIR%%/ref-DIDTD.html +%%DOCSDIR%%/ref-DIEG.html +%%DOCSDIR%%/ref-DIENT.html +%%DOCSDIR%%/ref-DIGEN.html +%%DOCSDIR%%/ref-DIGENXX.html +%%DOCSDIR%%/ref-DIGLOBAL.html +%%DOCSDIR%%/ref-DIMIX.html +%%DOCSDIR%%/ref-DIMIXXX.html +%%DOCSDIR%%/ref-DIPARTS.html +%%DOCSDIR%%/ref-DIRECTN.html +%%DOCSDIR%%/ref-DISTANCE.html +%%DOCSDIR%%/ref-DISTINCT.html +%%DOCSDIR%%/ref-DISTRIB.html +%%DOCSDIR%%/ref-DITOP.html +%%DOCSDIR%%/ref-DITOPLEV.html +%%DOCSDIR%%/ref-DIV.html +%%DOCSDIR%%/ref-DIV0.html +%%DOCSDIR%%/ref-DIV1.html +%%DOCSDIR%%/ref-DIV2.html +%%DOCSDIR%%/ref-DIV3.html +%%DOCSDIR%%/ref-DIV4.html +%%DOCSDIR%%/ref-F.html +%%DOCSDIR%%/ref-DIV5.html +%%DOCSDIR%%/ref-DIV6.html +%%DOCSDIR%%/ref-DIV7.html +%%DOCSDIR%%/ref-DIVBOT.html +%%DOCSDIR%%/ref-DIVGEN.html +%%DOCSDIR%%/ref-DIVN.html +%%DOCSDIR%%/ref-DIVTOP.html +%%DOCSDIR%%/ref-DOCAUTH.html +%%DOCSDIR%%/ref-DOCDATE.html +%%DOCSDIR%%/ref-DOCEDITN.html +%%DOCSDIR%%/ref-DOCIMPRT.html +%%DOCSDIR%%/ref-DOCTITLE.html +%%DOCSDIR%%/ref-DOMAIN.html +%%DOCSDIR%%/ref-DRCOMP.html +%%DOCSDIR%%/ref-DRDTD.html +%%DOCSDIR%%/ref-DRENT.html +%%DOCSDIR%%/ref-DRFRONT.html +%%DOCSDIR%%/ref-DRGEN.html +%%DOCSDIR%%/ref-DRGENXX.html +%%DOCSDIR%%/ref-DRMIX.html +%%DOCSDIR%%/ref-DRMIXXX.html +%%DOCSDIR%%/ref-DRROLE.html +%%DOCSDIR%%/ref-DRTOP.html +%%DOCSDIR%%/ref-EDDECL.html +%%DOCSDIR%%/ref-EDIT.html +%%DOCSDIR%%/ref-EDITINCL.html +%%DOCSDIR%%/ref-EDITION.html +%%DOCSDIR%%/ref-EDITOR.html +%%DOCSDIR%%/ref-EDITPH.html +%%DOCSDIR%%/ref-EDSTMT.html +%%DOCSDIR%%/ref-EDUCN.html +%%DOCSDIR%%/ref-ELEAF.html +%%DOCSDIR%%/ref-ELEMDECL.html +%%DOCSDIR%%/ref-EMPH.html +%%DOCSDIR%%/ref-ENCDESC.html +%%DOCSDIR%%/ref-ENJAMB.html +%%DOCSDIR%%/ref-ENTDOC.html +%%DOCSDIR%%/ref-ENTNAME.html +%%DOCSDIR%%/ref-ENTRIES.html +%%DOCSDIR%%/ref-ENTRY.html +%%DOCSDIR%%/ref-ENTRYFR.html +%%DOCSDIR%%/ref-EPIGRAPH.html +%%DOCSDIR%%/ref-EPILOGUE.html +%%DOCSDIR%%/ref-EQUIPMEN.html +%%DOCSDIR%%/ref-EQUIV.html +%%DOCSDIR%%/ref-ETREE.html +%%DOCSDIR%%/ref-ETYM.html +%%DOCSDIR%%/ref-EVENT.html +%%DOCSDIR%%/ref-EXCEPTNS.html +%%DOCSDIR%%/ref-EXEMPLUM.html +%%DOCSDIR%%/ref-EXPAN.html +%%DOCSDIR%%/ref-EXTENT.html +%%DOCSDIR%%/ref-EXTPTR.html +%%DOCSDIR%%/ref-FACTUAL.html +%%DOCSDIR%%/ref-FALT.html +%%DOCSDIR%%/ref-FDECL.html +%%DOCSDIR%%/ref-FDESCR.html +%%DOCSDIR%%/ref-FEATVAL.html +%%DOCSDIR%%/ref-FIGDESC.html +%%DOCSDIR%%/ref-FIGURE.html +%%DOCSDIR%%/ref-FILES.html +%%DOCSDIR%%/ref-FILDESC.html +%%DOCSDIR%%/ref-FLIB.html +%%DOCSDIR%%/ref-FMCHUNK.html +%%DOCSDIR%%/ref-FOREIGN.html +%%DOCSDIR%%/ref-FORENAME.html +%%DOCSDIR%%/ref-FOREST.html +%%DOCSDIR%%/ref-FORESTGP.html +%%DOCSDIR%%/ref-FORM.html +%%DOCSDIR%%/ref-FORMCONT.html +%%DOCSDIR%%/ref-FORMINFO.html +%%DOCSDIR%%/ref-FORMNOTN.html +%%DOCSDIR%%/ref-FORMPTRS.html +%%DOCSDIR%%/ref-FORMULA.html +%%DOCSDIR%%/ref-FRAGMENT.html +%%DOCSDIR%%/ref-FRONT.html +%%DOCSDIR%%/ref-FRSTLANG.html +%%DOCSDIR%%/ref-FSCONSTR.html +%%DOCSDIR%%/ref-FSDDECL.html +%%DOCSDIR%%/ref-FSDECL.html +%%DOCSDIR%%/ref-FSDESCR.html +%%DOCSDIR%%/ref-FSDTD.html +%%DOCSDIR%%/ref-FSLIB.html +%%DOCSDIR%%/ref-FSTAG.html +%%DOCSDIR%%/ref-FSTOP.html +%%DOCSDIR%%/ref-FTDTD.html +%%DOCSDIR%%/ref-FTENT.html +%%DOCSDIR%%/ref-FTTOP.html +%%DOCSDIR%%/ref-FUNDER.html +%%DOCSDIR%%/ref-FVLIB.html +%%DOCSDIR%%/ref-FW.html +%%DOCSDIR%%/ref-GAP.html +%%DOCSDIR%%/ref-GDDTD.html +%%DOCSDIR%%/ref-GDTOP.html +%%DOCSDIR%%/ref-GEN.html +%%DOCSDIR%%/ref-GENNAME.html +%%DOCSDIR%%/ref-GEOG.html +%%DOCSDIR%%/ref-GEOGNAME.html +%%DOCSDIR%%/ref-GI.html +%%DOCSDIR%%/ref-GLOBAL.html +%%DOCSDIR%%/ref-GLOBINCL.html +%%DOCSDIR%%/ref-GLOSS.html +%%DOCSDIR%%/ref-GRAM.html +%%DOCSDIR%%/ref-GRAMGRP.html +%%DOCSDIR%%/ref-GRAMINFO.html +%%DOCSDIR%%/ref-GRAPH.html +%%DOCSDIR%%/ref-GROUP.html +%%DOCSDIR%%/ref-HAND.html +%%DOCSDIR%%/ref-HANDLIST.html +%%DOCSDIR%%/ref-HANDSHFT.html +%%DOCSDIR%%/ref-HEAD.html +%%DOCSDIR%%/ref-HEADIT.html +%%DOCSDIR%%/ref-HEADLAB.html +%%DOCSDIR%%/ref-HI.html +%%DOCSDIR%%/ref-HOM.html +%%DOCSDIR%%/ref-HOUR.html +%%DOCSDIR%%/ref-HQINTER.html +%%DOCSDIR%%/ref-HQPHRASE.html +%%DOCSDIR%%/ref-HYPH.html +%%DOCSDIR%%/ref-HYPHEN.html +%%DOCSDIR%%/ref-IDNO.html +%%DOCSDIR%%/ref-IF.html +%%DOCSDIR%%/ref-IFF.html +%%DOCSDIR%%/ref-IHS.html +%%DOCSDIR%%/ref-IMPRIMAT.html +%%DOCSDIR%%/ref-IMPRINT.html +%%DOCSDIR%%/ref-INDEX.html +%%DOCSDIR%%/ref-INHERIT.html +%%DOCSDIR%%/ref-INODE.html +%%DOCSDIR%%/ref-INTER.html +%%DOCSDIR%%/ref-INTERACT.html +%%DOCSDIR%%/ref-INTERP.html +%%DOCSDIR%%/ref-INTERPGP.html +%%DOCSDIR%%/ref-INTERPTN.html +%%DOCSDIR%%/ref-ISODATE.html +%%DOCSDIR%%/ref-ITEM.html +%%DOCSDIR%%/ref-ITYPE.html +%%DOCSDIR%%/ref-JOIN.html +%%DOCSDIR%%/ref-JOINGRP.html +%%DOCSDIR%%/ref-KEYWORDS.html +%%DOCSDIR%%/ref-L.html +%%DOCSDIR%%/ref-KINESIC.html +%%DOCSDIR%%/ref-LABEL.html +%%DOCSDIR%%/ref-LACEND.html +%%DOCSDIR%%/ref-LACSTART.html +%%DOCSDIR%%/ref-LANG.html +%%DOCSDIR%%/ref-LANGKNOW.html +%%DOCSDIR%%/ref-LANGUAGE.html +%%DOCSDIR%%/ref-LANGUSG.html +%%DOCSDIR%%/ref-LBL.html +%%DOCSDIR%%/ref-LEAF.html +%%DOCSDIR%%/ref-LEM.html +%%DOCSDIR%%/ref-LG.html +%%DOCSDIR%%/ref-LG1.html +%%DOCSDIR%%/ref-LG2.html +%%DOCSDIR%%/ref-LG3.html +%%DOCSDIR%%/ref-LG4.html +%%DOCSDIR%%/ref-LG5.html +%%DOCSDIR%%/ref-LINEBR.html +%%DOCSDIR%%/ref-LINK.html +%%DOCSDIR%%/ref-LINKGRP.html +%%DOCSDIR%%/ref-LIST.html +%%DOCSDIR%%/ref-LISTBIBL.html +%%DOCSDIR%%/ref-LISTS.html +%%DOCSDIR%%/ref-LOCALE.html +%%DOCSDIR%%/ref-M.html +%%DOCSDIR%%/ref-MEASURE.html +%%DOCSDIR%%/ref-MEETING.html +%%DOCSDIR%%/ref-MENTIOND.html +%%DOCSDIR%%/ref-METADATA.html +%%DOCSDIR%%/ref-METDECL.html +%%DOCSDIR%%/ref-METRICAL.html +%%DOCSDIR%%/ref-MILEST.html +%%DOCSDIR%%/ref-MINUS.html +%%DOCSDIR%%/ref-MINUTE.html +%%DOCSDIR%%/ref-MIXNO.html +%%DOCSDIR%%/ref-MIXYES.html +%%DOCSDIR%%/ref-MONOGR.html +%%DOCSDIR%%/ref-MONTH.html +%%DOCSDIR%%/ref-MOOD.html +%%DOCSDIR%%/ref-MORPH.html +%%DOCSDIR%%/ref-MOVE.html +%%DOCSDIR%%/ref-MSR.html +%%DOCSDIR%%/ref-NAME.html +%%DOCSDIR%%/ref-NAMELINK.html +%%DOCSDIR%%/ref-NAMES.html +%%DOCSDIR%%/ref-NBR.html +%%DOCSDIR%%/ref-NDDTD.html +%%DOCSDIR%%/ref-NDENT.html +%%DOCSDIR%%/ref-NDTOP.html +%%DOCSDIR%%/ref-NODE.html +%%DOCSDIR%%/ref-NONE.html +%%DOCSDIR%%/ref-NORMALZN.html +%%DOCSDIR%%/ref-NOTE.html +%%DOCSDIR%%/ref-NOTES.html +%%DOCSDIR%%/ref-NOTSTMT.html +%%DOCSDIR%%/ref-NULL.html +%%DOCSDIR%%/ref-NUM.html +%%DOCSDIR%%/ref-NUMBER.html +%%DOCSDIR%%/ref-OCCASION.html +%%DOCSDIR%%/ref-OCCUPAT.html +%%DOCSDIR%%/ref-OFFSET.html +%%DOCSDIR%%/ref-OFIG.html +%%DOCSDIR%%/ref-OMROS.html +%%DOCSDIR%%/ref-OMROX.html +%%DOCSDIR%%/ref-OMRRS.html +%%DOCSDIR%%/ref-OMRRX.html +%%DOCSDIR%%/ref-OPENER.html +%%DOCSDIR%%/ref-OREF.html +%%DOCSDIR%%/ref-ORGDIVN.html +%%DOCSDIR%%/ref-ORGNAME.html +%%DOCSDIR%%/ref-ORGTITLE.html +%%DOCSDIR%%/ref-ORGTYPE.html +%%DOCSDIR%%/ref-ORIG.html +%%DOCSDIR%%/ref-ORTH.html +%%DOCSDIR%%/ref-OTHFORM.html +%%DOCSDIR%%/ref-OVAR.html +%%DOCSDIR%%/ref-P.html +%%DOCSDIR%%/ref-PAGEBR.html +%%DOCSDIR%%/ref-PARENTS.html +%%DOCSDIR%%/ref-PART.html +%%DOCSDIR%%/ref-PARTDESC.html +%%DOCSDIR%%/ref-PARTIREL.html +%%DOCSDIR%%/ref-PAUSE.html +%%DOCSDIR%%/ref-PEPARAC.html +%%DOCSDIR%%/ref-PEPHRASE.html +%%DOCSDIR%%/ref-PER.html +%%DOCSDIR%%/ref-PERFORM.html +%%DOCSDIR%%/ref-PERSGRP.html +%%DOCSDIR%%/ref-PERSNAME.html +%%DOCSDIR%%/ref-PERSON.html +%%DOCSDIR%%/ref-PERSPART.html +%%DOCSDIR%%/ref-PESPECP.html +%%DOCSDIR%%/ref-PHDTD.html +%%DOCSDIR%%/ref-PHENT.html +%%DOCSDIR%%/ref-PHR.html +%%DOCSDIR%%/ref-PHRASE.html +%%DOCSDIR%%/ref-PHRSEQ.html +%%DOCSDIR%%/ref-PHTOP.html +%%DOCSDIR%%/ref-PLACNAME.html +%%DOCSDIR%%/ref-PLACPART.html +%%DOCSDIR%%/ref-PLCOL.html +%%DOCSDIR%%/ref-PLLINE.html +%%DOCSDIR%%/ref-PLPAGE.html +%%DOCSDIR%%/ref-PLUS.html +%%DOCSDIR%%/ref-PLVOL.html +%%DOCSDIR%%/ref-POINTER.html +%%DOCSDIR%%/ref-POS.html +%%DOCSDIR%%/ref-POSTBOX.html +%%DOCSDIR%%/ref-POSTCODE.html +%%DOCSDIR%%/ref-PRCOMP.html +%%DOCSDIR%%/ref-PRDTD.html +%%DOCSDIR%%/ref-PREF.html +%%DOCSDIR%%/ref-PREPNESS.html +%%DOCSDIR%%/ref-PRINCIPL.html +%%DOCSDIR%%/ref-PROFDESC.html +%%DOCSDIR%%/ref-PROJDESC.html +%%DOCSDIR%%/ref-PROLOGUE.html +%%DOCSDIR%%/ref-PRON.html +%%DOCSDIR%%/ref-PRTOP.html +%%DOCSDIR%%/ref-PRXML.html +%%DOCSDIR%%/ref-PTR.html +%%DOCSDIR%%/ref-PTRGROUP.html +%%DOCSDIR%%/ref-PUBLISHR.html +%%DOCSDIR%%/ref-PUBPLACE.html +%%DOCSDIR%%/ref-PUBSTMT.html +%%DOCSDIR%%/ref-PURPOSE.html +%%DOCSDIR%%/ref-PVAR.html +%%DOCSDIR%%/ref-Q.html +%%DOCSDIR%%/ref-QUOTE.html +%%DOCSDIR%%/ref-QUOTN.html +%%DOCSDIR%%/ref-RATE.html +%%DOCSDIR%%/ref-RDG.html +%%DOCSDIR%%/ref-RDGGRP.html +%%DOCSDIR%%/ref-RE.html +%%DOCSDIR%%/ref-READINGS.html +%%DOCSDIR%%/ref-RECORDIN.html +%%DOCSDIR%%/ref-RECSTMT.html +%%DOCSDIR%%/ref-REF.html +%%DOCSDIR%%/ref-REFSDECL.html +%%DOCSDIR%%/ref-REFSYS.html +%%DOCSDIR%%/ref-REG.html +%%DOCSDIR%%/ref-REGION.html +%%DOCSDIR%%/ref-RELATION.html +%%DOCSDIR%%/ref-REMARKS.html +%%DOCSDIR%%/ref-RENDITN.html +%%DOCSDIR%%/ref-RESIDENC.html +%%DOCSDIR%%/ref-RESP.html +%%DOCSDIR%%/ref-RESPONS.html +%%DOCSDIR%%/ref-RESTORE.html +%%DOCSDIR%%/ref-REVDESC.html +%%DOCSDIR%%/ref-ROLE.html +%%DOCSDIR%%/ref-ROLEDESC.html +%%DOCSDIR%%/ref-ROLENAME.html +%%DOCSDIR%%/ref-ROOT.html +%%DOCSDIR%%/ref-ROW.html +%%DOCSDIR%%/ref-RS.html +%%DOCSDIR%%/ref-S.html +%%DOCSDIR%%/ref-SADTD.html +%%DOCSDIR%%/ref-SAENT.html +%%DOCSDIR%%/ref-SALUTE.html +%%DOCSDIR%%/ref-SAMPDECL.html +%%DOCSDIR%%/ref-SATOP.html +%%DOCSDIR%%/ref-SCRIPT.html +%%DOCSDIR%%/ref-SCRSTMT.html +%%DOCSDIR%%/ref-SECOND.html +%%DOCSDIR%%/ref-SEG.html +%%DOCSDIR%%/ref-SEGMENTN.html +%%DOCSDIR%%/ref-SENSE.html +%%DOCSDIR%%/ref-SEQTE.html +%%DOCSDIR%%/ref-SERIES.html +%%DOCSDIR%%/ref-SERSTMT.html +%%DOCSDIR%%/ref-SET.html +%%DOCSDIR%%/ref-SETTDESC.html +%%DOCSDIR%%/ref-SETTING.html +%%DOCSDIR%%/ref-SETTLE.html +%%DOCSDIR%%/ref-SGMLKW.html +%%DOCSDIR%%/ref-SHIFT.html +%%DOCSDIR%%/ref-SIC.html +%%DOCSDIR%%/ref-SIGNED.html +%%DOCSDIR%%/ref-SINGVAL.html +%%DOCSDIR%%/ref-SOCALLED.html +%%DOCSDIR%%/ref-SOCECSTA.html +%%DOCSDIR%%/ref-SOUND.html +%%DOCSDIR%%/ref-SOUSTMT.html +%%DOCSDIR%%/ref-SP.html +%%DOCSDIR%%/ref-SPACE.html +%%DOCSDIR%%/ref-SPAN.html +%%DOCSDIR%%/ref-SPANGRP.html +%%DOCSDIR%%/ref-SPEAKER.html +%%DOCSDIR%%/ref-SPONSOR.html +%%DOCSDIR%%/ref-STAGE.html +%%DOCSDIR%%/ref-STAGEDIR.html +%%DOCSDIR%%/ref-STATE.html +%%DOCSDIR%%/ref-STDVALS.html +%%DOCSDIR%%/ref-STEP.html +%%DOCSDIR%%/ref-STR.html +%%DOCSDIR%%/ref-STREET.html +%%DOCSDIR%%/ref-STRESS.html +%%DOCSDIR%%/ref-STRING.html +%%DOCSDIR%%/ref-SUBC.html +%%DOCSDIR%%/ref-SUPENTRY.html +%%DOCSDIR%%/ref-SUPPLIED.html +%%DOCSDIR%%/ref-SURNAME.html +%%DOCSDIR%%/ref-SYLL.html +%%DOCSDIR%%/ref-SYM.html +%%DOCSDIR%%/ref-SYMBOL.html +%%DOCSDIR%%/ref-TABLE.html +%%DOCSDIR%%/ref-TAG.html +%%DOCSDIR%%/ref-TAGDOC.html +%%DOCSDIR%%/ref-TAGSDECL.html +%%DOCSDIR%%/ref-TAGUSAGE.html +%%DOCSDIR%%/ref-TAXONOMY.html +%%DOCSDIR%%/ref-TCDTD.html +%%DOCSDIR%%/ref-TCENT.html +%%DOCSDIR%%/ref-TCTOP.html +%%DOCSDIR%%/ref-TDEG.html +%%DOCSDIR%%/ref-TECH.html +%%DOCSDIR%%/ref-TECOMP.html +%%DOCSDIR%%/ref-TEDTD.html +%%DOCSDIR%%/ref-TEENT.html +%%DOCSDIR%%/ref-TEGEN.html +%%DOCSDIR%%/ref-TEGENXX.html +%%DOCSDIR%%/ref-TEI2.html +%%DOCSDIR%%/ref-TEIBACK.html +%%DOCSDIR%%/ref-TEICORE.html +%%DOCSDIR%%/ref-TEICORP2.html +%%DOCSDIR%%/ref-TEIECGA.html +%%DOCSDIR%%/ref-TEIEXTD.html +%%DOCSDIR%%/ref-TEIEXTE.html +%%DOCSDIR%%/ref-TEIFORM.html +%%DOCSDIR%%/ref-TEIFRONT.html +%%DOCSDIR%%/ref-TEIFSD2.html +%%DOCSDIR%%/ref-TEIGIS.html +%%DOCSDIR%%/ref-TEIHDR.html +%%DOCSDIR%%/ref-TEIHEAD.html +%%DOCSDIR%%/ref-TEIKW.html +%%DOCSDIR%%/ref-TEISTR.html +%%DOCSDIR%%/ref-TEIWSD.html +%%DOCSDIR%%/ref-TEMIX.html +%%DOCSDIR%%/ref-TEMIXXX.html +%%DOCSDIR%%/ref-TEMPEXP.html +%%DOCSDIR%%/ref-TERM.html +%%DOCSDIR%%/ref-TERMENTF.html +%%DOCSDIR%%/ref-TERMENTN.html +%%DOCSDIR%%/ref-TERMINCL.html +%%DOCSDIR%%/ref-TERMMISC.html +%%DOCSDIR%%/ref-TERMTN.html +%%DOCSDIR%%/ref-TETOP.html +%%DOCSDIR%%/ref-TEXT.html +%%DOCSDIR%%/ref-TEXTCLAS.html +%%DOCSDIR%%/ref-TEXTDESC.html +%%DOCSDIR%%/ref-THEN.html +%%DOCSDIR%%/ref-TIG.html +%%DOCSDIR%%/ref-TIME.html +%%DOCSDIR%%/ref-TIMED.html +%%DOCSDIR%%/ref-TIMELINE.html +%%DOCSDIR%%/ref-TIMERANG.html +%%DOCSDIR%%/ref-TIMESTRU.html +%%DOCSDIR%%/ref-TITLE.html +%%DOCSDIR%%/ref-TITLEPA.html +%%DOCSDIR%%/ref-TITLEPT.html +%%DOCSDIR%%/ref-TITSTMT.html +%%DOCSDIR%%/ref-TNS.html +%%DOCSDIR%%/ref-TPPARTS.html +%%DOCSDIR%%/ref-TR.html +%%DOCSDIR%%/ref-TRAILER.html +%%DOCSDIR%%/ref-TRANS.html +%%DOCSDIR%%/ref-TREE.html +%%DOCSDIR%%/ref-TRIANGLE.html +%%DOCSDIR%%/ref-TSCOMP.html +%%DOCSDIR%%/ref-TSD.html +%%DOCSDIR%%/ref-TSDTD.html +%%DOCSDIR%%/ref-TSENT.html +%%DOCSDIR%%/ref-TSGEN.html +%%DOCSDIR%%/ref-TSGENXX.html +%%DOCSDIR%%/ref-TSMIX.html +%%DOCSDIR%%/ref-TSMIXXX.html +%%DOCSDIR%%/ref-TSTOP.html +%%DOCSDIR%%/ref-TYPED.html +%%DOCSDIR%%/ref-U.html +%%DOCSDIR%%/ref-UNCERT.html +%%DOCSDIR%%/ref-UNCLEAR.html +%%DOCSDIR%%/ref-USG.html +%%DOCSDIR%%/ref-VAL.html +%%DOCSDIR%%/ref-VALDESC.html +%%DOCSDIR%%/ref-VALLIST.html +%%DOCSDIR%%/ref-VALT.html +%%DOCSDIR%%/ref-VARENCOD.html +%%DOCSDIR%%/ref-VDFT.html +%%DOCSDIR%%/ref-VECOMP.html +%%DOCSDIR%%/ref-VEDTD.html +%%DOCSDIR%%/ref-VEENT.html +%%DOCSDIR%%/ref-VEGEN.html +%%DOCSDIR%%/ref-VEGENXX.html +%%DOCSDIR%%/ref-VEMIX.html +%%DOCSDIR%%/ref-VEMIXXX.html +%%DOCSDIR%%/ref-VEPHR.html +%%DOCSDIR%%/ref-VERNAME.html +%%DOCSDIR%%/ref-VERSION.html +%%DOCSDIR%%/ref-VETOP.html +%%DOCSDIR%%/ref-VIEW.html +%%DOCSDIR%%/ref-VOCAL.html +%%DOCSDIR%%/ref-VRANGE.html +%%DOCSDIR%%/ref-W.html +%%DOCSDIR%%/ref-WDGIS.html +%%DOCSDIR%%/ref-WEEK.html +%%DOCSDIR%%/ref-WHEN.html +%%DOCSDIR%%/ref-WIT.html +%%DOCSDIR%%/ref-WITDTL.html +%%DOCSDIR%%/ref-WITEND.html +%%DOCSDIR%%/ref-WITLIST.html +%%DOCSDIR%%/ref-WITNESS.html +%%DOCSDIR%%/ref-WITSTART.html +%%DOCSDIR%%/ref-WRITING.html +%%DOCSDIR%%/ref-WSDCCS.html +%%DOCSDIR%%/ref-WSDCHAR.html +%%DOCSDIR%%/ref-WSDCHARS.html +%%DOCSDIR%%/ref-WSDDESC.html +%%DOCSDIR%%/ref-WSDENTS.html +%%DOCSDIR%%/ref-WSDFIG.html +%%DOCSDIR%%/ref-WSDFORM.html +%%DOCSDIR%%/ref-WSDGLOB.html +%%DOCSDIR%%/ref-WSDLANG.html +%%DOCSDIR%%/ref-WSDNOTE.html +%%DOCSDIR%%/ref-WSDXFIG.html +%%DOCSDIR%%/ref-XPOINTER.html +%%DOCSDIR%%/ref-XPTR.html +%%DOCSDIR%%/ref-XR.html +%%DOCSDIR%%/ref-XREF.html +%%DOCSDIR%%/ref-YEAR.html +%%DOCSDIR%%/background.gif +%%DOCSDIR%%/jaco001d.gif +%%DOCSDIR%%/logo.jpg +%%DOCSDIR%%/Figures/compic.png +%%DOCSDIR%%/Figures/dunpic.png +%%DOCSDIR%%/Figures/xmlpic.png +%%DOCSDIR%%/DTD/catalog.tei +%%DOCSDIR%%/DTD/dummy.dtd +%%DOCSDIR%%/DTD/index.html +%%DOCSDIR%%/DTD/index.xml +%%DOCSDIR%%/DTD/tei2.dtd +%%DOCSDIR%%/DTD/teiana2.dtd +%%DOCSDIR%%/DTD/teiana2.ent +%%DOCSDIR%%/DTD/teiback2.dtd +%%DOCSDIR%%/DTD/teicatalog.xml +%%DOCSDIR%%/DTD/teicert2.dtd +%%DOCSDIR%%/DTD/teiclas2.ent +%%DOCSDIR%%/DTD/teicore2.dtd +%%DOCSDIR%%/DTD/teicorp2.dtd +%%DOCSDIR%%/DTD/teidict2.dtd +%%DOCSDIR%%/DTD/teidict2.ent +%%DOCSDIR%%/DTD/teidram2.dtd +%%DOCSDIR%%/DTD/teidram2.ent +%%DOCSDIR%%/DTD/teifig2.dtd +%%DOCSDIR%%/DTD/teifig2.ent +%%DOCSDIR%%/DTD/teifron2.dtd +%%DOCSDIR%%/DTD/teifs2.dtd +%%DOCSDIR%%/DTD/teifsd2.dtd +%%DOCSDIR%%/DTD/teigen2.dtd +%%DOCSDIR%%/DTD/teigis2.ent +%%DOCSDIR%%/DTD/teihdr2.dtd +%%DOCSDIR%%/DTD/teikey2.ent +%%DOCSDIR%%/DTD/teilink2.dtd +%%DOCSDIR%%/DTD/teilink2.ent +%%DOCSDIR%%/DTD/teilite.dec +%%DOCSDIR%%/DTD/teilitex.dtd +%%DOCSDIR%%/DTD/teilitex.ent +%%DOCSDIR%%/DTD/teimix2.dtd +%%DOCSDIR%%/DTD/teind2.dtd +%%DOCSDIR%%/DTD/teind2.ent +%%DOCSDIR%%/DTD/teinet2.dtd +%%DOCSDIR%%/DTD/teipl2.dtd +%%DOCSDIR%%/DTD/teipros2.dtd +%%DOCSDIR%%/DTD/teisgml.dec +%%DOCSDIR%%/DTD/teishd2.dtd +%%DOCSDIR%%/DTD/teispok2.dtd +%%DOCSDIR%%/DTD/teispok2.ent +%%DOCSDIR%%/DTD/teistr2.dtd +%%DOCSDIR%%/DTD/teitc2.dtd +%%DOCSDIR%%/DTD/teitc2.ent +%%DOCSDIR%%/DTD/teite2f.dtd +%%DOCSDIR%%/DTD/teite2n.dtd +%%DOCSDIR%%/DTD/teiterm2.dtd +%%DOCSDIR%%/DTD/teiterm2.ent +%%DOCSDIR%%/DTD/teitran2.dtd +%%DOCSDIR%%/DTD/teitran2.ent +%%DOCSDIR%%/DTD/teitsd2.dtd +%%DOCSDIR%%/DTD/teivers2.dtd +%%DOCSDIR%%/DTD/teivers2.ent +%%DOCSDIR%%/DTD/teiwsd2.dtd +%%DOCSDIR%%/DTD/teixlite.dec +@dirrm %%DOCSDIR%%/DTD +@dirrm %%DOCSDIR%%/Figures +@dirrm %%DOCSDIR%% @unexec rmdir %D/share/doc/tei/ 2>/dev/null || true --- tei-guidelines-p4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: