--- loncom/build/readme.html 2001/01/17 13:46:02 1.15 +++ loncom/build/readme.html 2001/01/17 13:50:47 1.16 @@ -363,10 +363,10 @@ copies are not overwritten).
 cd loncom/build
-rm -Rf BinaryRootL (or alternatively, "make clean")
+rm -Rf BinaryRoot (or alternatively, "make clean")
 make RPM
-(to subsequently install, you can type commands like
-"rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm")
+   (to subsequently install, you can type commands like
+       "rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm")
 

@@ -394,7 +394,13 @@ This is the actual make target code.
 
+RPM: BinaryRoot
+        cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
+        cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot
 
+BinaryRoot:
+        perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
+
 
A BinaryRoot directory is generated that reflects the locations,