PLD-Guide python.xml,1.8,1.9
Artur Wróblewski
wrobell w tldp.org
Pią, 14 Cze 2002, 18:15:07 CEST
Module name: PLD-Guide
Changes by: wrobell
Changed RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/devel/python.xml,v
----------------------------
revision 1.9
date: 2002/06/14 16:15:04; author: wrobell; state: Exp; lines: +2 -6
- all space and line breaks are preserved in the screen tag's content,
so remove unnecessary line breaks
Index: python.xml
===================================================================
RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/devel/python.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- python.xml 14 Jun 2002 15:34:37 -0000 1.8
+++ python.xml 14 Jun 2002 16:15:04 -0000 1.9
@@ -87,9 +87,7 @@
Installing Python modules with Makefile files
created with <application>automake</application>.
</title>
- <screen>
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
- </screen>
+ <screen>%{__make} install DESTDIR=$RPM_BUILD_ROOT</screen>
</example>
</para>
<para>
@@ -107,9 +105,7 @@
Installing Python modules in <application>RPM</application> install section
with <literal role='lib'>distutils</literal>
</title>
- <screen>
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
- </screen>
+ <screen>python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT</screen>
</example>
Sometimes <literal role='lib'>distutils</literal>
refuses to install files under
Więcej informacji o liście dyskusyjnej pld-doc