Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.102 and 1.103

version 1.102, 2002/02/21 15:51:33 version 1.103, 2002/02/27 02:34:53
Line 496  LON-CAPA system.</description> Line 496  LON-CAPA system.</description>
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>usr/local/bin</targetdir>
     <categoryname>standard</categoryname>
     <description>local binary files</description>
   </directory>
   <directory>
     <targetdir dist='default'>usr/local/man/man1</targetdir>
     <categoryname>standard</categoryname>
     <description>local manual pages</description>
   </directory>
   <directory>
   <targetdir dist='default'>usr/man/man1</targetdir>    <targetdir dist='default'>usr/man/man1</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>manual pages</description>    <description>manual pages</description>
Line 937  loncom/build/pod2man.sh ../lonc > ../../ Line 947  loncom/build/pod2man.sh ../lonc > ../../
 <source>doc/scripts/lonc.html</source>  <source>doc/scripts/lonc.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonc</description>  <description>POD-derived page for lonc</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'  loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
 </build>  </build>
Line 981  loncom/build/pod2man.sh ../lond > ../../ Line 991  loncom/build/pod2man.sh ../lond > ../../
 <source>doc/scripts/lond.html</source>  <source>doc/scripts/lond.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lond</description>  <description>POD-derived page for lond</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'  loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
 </build>  </build>
Line 1025  loncom/build/pod2man.sh ../lonsql > ../. Line 1035  loncom/build/pod2man.sh ../lonsql > ../.
 <source>doc/scripts/lonsql.html</source>  <source>doc/scripts/lonsql.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonsql</description>  <description>POD-derived page for lonsql</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'  loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
 </build>  </build>
Line 3114  javascript for handling client-side inte Line 3124  javascript for handling client-side inte
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/build/check-rpms</source>
   <target dist='default'>usr/local/bin/check-rpms</target>
   <categoryname>root script</categoryname>
   <description>
   compare installed rpms with up-to-date distribution
   </description>
   <status>tested/documented/beta</status>
   </file>
   <file>
   <source>doc/man/check-rpms.1</source>
   <target dist='default'>usr/local/man/man1/check-rpms.1</target>
   <categoryname>doc</categoryname>
   <description>man page for check-rpms</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && echo 'manifying check-rpms'
   </build>
   <status>beta</status>
   <dependencies>
   ../../loncom/build/check-rpms
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/check-rpms.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html</target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for check-rpms</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html && echo 'pod2html checkrpms'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/build/check-rpms
   </dependencies>
   </file>
   <file>
 <source>loncom/build/loncapaverifypackages</source>  <source>loncom/build/loncapaverifypackages</source>
 <target dist='default'>usr/sbin/loncapaverifypackages</target>  <target dist='default'>usr/sbin/loncapaverifypackages</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>

Removed from v.1.102  
changed lines
  Added in v.1.103


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