CVS: moonbase/compilers/Python BUILD,1.4,1.5

Terry Chan tchan at lunar-linux.org
Fri Aug 1 04:40:47 GMT 2003


Update of /var/cvs/lunar/moonbase/compilers/Python
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9968

Modified Files:
	BUILD 
Log Message:
Copied some missing documentation to the /usr/share/doc/Python directory.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	1 Aug 2003 03:57:16 -0000	1.4
+++ BUILD	1 Aug 2003 04:40:45 -0000	1.5
@@ -3,7 +3,9 @@
   default_config                                            &&
   mkdir -p /usr/lib/python2.3                               &&
   cp -f $SOURCE_DIRECTORY/Tools/i18n/* /usr/lib/python2.3/  &&
-  default_make
+  default_make                                              &&
+  mkdir -p $DOCUMENT_DIRECTORY/Python  &&
+  cp -a Misc $DOCUMENT_DIRECTORY/Python
 
 ) > $C_FIFO 2>&1
 




More information about the Lunar-commits mailing list