[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

harris41 lon-capa-cvs@mail.lon-capa.org
Fri, 22 Mar 2002 02:01:24 -0000


This is a MIME encoded message

--harris411016762484
Content-Type: text/plain

harris41		Thu Mar 21 21:01:24 2002 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  lines are <= 79 now
  
  
--harris411016762484
Content-Type: text/plain
Content-Disposition: attachment; filename="harris41-20020321210124.txt"

Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.111 doc/loncapafiles/loncapafiles.lpml:1.112
--- doc/loncapafiles/loncapafiles.lpml:1.111	Tue Mar 19 15:10:52 2002
+++ doc/loncapafiles/loncapafiles.lpml	Thu Mar 21 21:01:24 2002
@@ -1,7 +1,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.111 2002/03/19 20:10:52 harris41 Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.112 2002/03/22 02:01:24 harris41 Exp $ -->
 
 <!--
 
@@ -907,7 +907,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonc</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
+loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
+echo 'manifying lonc'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -920,7 +921,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonc</description>
 <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>
 <status>works/unverified</status>
 <dependencies>
@@ -951,7 +953,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lond</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
+loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
+echo 'manifying lond'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -964,7 +967,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for lond</description>
 <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>
 <status>works/unverified</status>
 <dependencies>
@@ -995,7 +999,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonsql</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
+loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
+echo 'manifying lonsql'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1008,7 +1013,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonsql</description>
 <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>
 <status>works/unverified</status>
 <dependencies>
@@ -1117,7 +1123,8 @@
 </file>
 <file>
 <source>loncom/homework/lectureonline.sty</source>
-<target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
+<target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
+</target>
 <categoryname>static conf</categoryname>
 <description>
 The relevant conditions and metadata to attach to LectureOnline-specific tags.
@@ -1220,7 +1227,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonupload.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
+loncom/build/pod2man.sh ../publisher/lonupload.pm > \
+../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1229,11 +1237,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonupload.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonupload.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
+loncom/build/pod2html.sh ../publisher/lonupload.pm > \
+../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1281,7 +1291,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonpubdir.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
+loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
+../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1290,11 +1301,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonpubdir.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonpubdir.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
+loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
+../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1316,7 +1329,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonretrieve.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
+loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
+../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1325,11 +1339,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonretrieve.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonretrieve.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
+loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
+../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1350,7 +1366,8 @@
 <categoryname>doc</categoryname>
 <description>man page for edit.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && echo 'manifying edit.pm'
+loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
+echo 'manifying edit.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1363,7 +1380,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for edit.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html && echo 'pod2html edit.pm'
+loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html \
+&& echo 'pod2html edit.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1448,7 +1466,8 @@
 <categoryname>doc</categoryname>
 <description>man page for loncommon.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
+loncom/build/pod2man.sh ../interface/loncommon.pm > \
+../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1457,11 +1476,13 @@
 </file>
 <file>
 <source>doc/api/Apache/loncommon.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for loncommon.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
+loncom/build/pod2html.sh ../interface/loncommon.pm > \
+../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1611,7 +1632,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonsearchcat.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
+loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
+../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1620,11 +1642,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonsearchcat.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonsearchcat.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
+loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
+../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1693,7 +1717,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonparmset.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
+loncom/build/pod2man.sh ../interface/lonparmset.pm > \
+../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1702,11 +1727,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonparmset.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonparmset.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
+loncom/build/pod2html.sh ../interface/lonparmset.pm > \
+../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1738,7 +1765,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonpublisher.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
+loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
+../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1747,11 +1775,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonpublisher.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonpublisher.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
+loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
+../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1837,7 +1867,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonpage.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
+loncom/build/pod2man.sh ../../rat/lonpage.pm > \
+../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1846,11 +1877,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonpage.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
+loncom/build/pod2html.sh ../../rat/lonpage.pm > \
+../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1872,7 +1905,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonnet.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
+loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
+../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -1881,11 +1915,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonuserstate.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonuserstate.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
+loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
+../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2048,7 +2084,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonacc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
+loncom/build/pod2man.sh ../auth/lonacc.pm > \
+../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2061,7 +2098,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonacc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
+loncom/build/pod2html.sh ../auth/lonacc.pm > \
+../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2083,7 +2121,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonracc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../auth/lonracc.pm > ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
+loncom/build/pod2man.sh ../auth/lonracc.pm > \
+../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2092,11 +2131,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonracc.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonracc.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonracc.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonracc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../auth/lonracc.pm > ../../doc/api/Apache/lonracc.html && echo 'pod2html lonracc.pm'
+loncom/build/pod2html.sh ../auth/lonracc.pm > \
+../../doc/api/Apache/lonracc.html && echo 'pod2html lonracc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2127,7 +2168,8 @@
 <categoryname>doc</categoryname>
 <description>man page for loncacc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 && echo 'manifying loncacc.pm'
+loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
+&& echo 'manifying loncacc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2136,11 +2178,13 @@
 </file>
 <file>
 <source>doc/api/Apache/loncacc.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/loncacc.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/loncacc.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for loncacc.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../auth/loncacc.pm > ../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm'
+loncom/build/pod2html.sh ../auth/loncacc.pm > \
+../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2194,7 +2238,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonroles.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../auth/lonroles.pm > ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
+loncom/build/pod2man.sh ../auth/lonroles.pm > \
+../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2203,11 +2248,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonroles.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonroles.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonroles.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonroles.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../auth/lonroles.pm > ../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm'
+loncom/build/pod2html.sh ../auth/lonroles.pm > \
+../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2229,7 +2276,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonindexer.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
+loncom/build/pod2man.sh ../interface/lonindexer.pm > \
+../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2238,11 +2286,13 @@
 </file>
 <file>
 <source>doc/api/Apache/lonindexer.html</source>
-<target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target>
+<target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html
+</target>
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonindexer.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
+loncom/build/pod2html.sh ../interface/lonindexer.pm > \
+../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2283,7 +2333,8 @@
 <categoryname>doc</categoryname>
 <description>man page for lonnet.pm</description>
 <build trigger='always run'>
-loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
+loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
+../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -2296,7 +2347,8 @@
 <categoryname>doc</categoryname>
 <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>
-loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
+loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
+../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
 </build>
 <status>works/unverified</status>
 <dependencies>
@@ -3125,7 +3177,8 @@
 <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'
+loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
+echo 'manifying check-rpms'
 </build>
 <status>beta</status>
 <dependencies>
@@ -3134,11 +3187,13 @@
 </file>
 <file>
 <source>doc/scripts/check-rpms.html</source>
-<target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html</target>
+<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'
+loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html && \
+echo 'pod2html checkrpms'
 </build>
 <status>works/unverified</status>
 <dependencies>

--harris411016762484--