Diff for /loncom/build/lpml.dtd between versions 1.15 and 1.16

version 1.15, 2002/04/14 20:15:02 version 1.16, 2002/10/13 17:24:05
Line 75  to only have one of two possible values: Line 75  to only have one of two possible values:
   "always run", or    "always run", or
   "run if dependencies change"    "run if dependencies change"
   
 Note that you must type this text exactly in for the  Note that you must type the trigger text values exactly for the
 attribute value to be understood and processed correctly  attribute value to be understood and processed correctly
 by the lpml "make build" parser.  by the lpml "make build" parser.
 -->  -->
Line 129  by the lpml "make build" parser. Line 129  by the lpml "make build" parser.
 <!ELEMENT status (#PCDATA)>  <!ELEMENT status (#PCDATA)>
 <!ELEMENT linkto (#PCDATA)>  <!ELEMENT linkto (#PCDATA)>
   
 <!ELEMENT directory (targetdir+,categoryname,description?)>  <!ELEMENT directory (protectionlevel,targetdir+,categoryname,description?)>
 <!ATTLIST directory  <!ATTLIST directory
     dist CDATA #REQUIRED      dist CDATA #REQUIRED
     >      >
   
   <!ELEMENT protectionlevel (#PCDATA)>
   <!-- correct PCDATA values are:
        "never_delete"
        "weak_delete"
        "modest_delete"
        "strong_delete"
        "absolute_delete"
   -->
 <!ELEMENT file (source,target+,categoryname,description?,buildlink?,  <!ELEMENT file (source,target+,categoryname,description?,buildlink?,
                 note?,build?,status?,dependencies?)>                  note?,build?,status?,dependencies?)>
 <!ELEMENT link (linkto,target,categoryname,description?,  <!ELEMENT link (linkto,target,categoryname,description?,

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>