[Lunar-commits] CVS: moonbase/kde3/KDE-Documentation BUILD, 1.3,
1.4 DETAILS, 1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Thu Feb 26 13:59:09 GMT 2004
Update of /var/cvs/lunar/moonbase/kde3/KDE-Documentation
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14912/KDE-Documentation
Modified Files:
BUILD DETAILS
Log Message:
a second commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/KDE-Documentation/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 5 Oct 2002 04:54:07 -0000 1.3
+++ BUILD 26 Feb 2004 13:59:07 -0000 1.4
@@ -1,6 +1,7 @@
(
- prepare_install &&
- mkdir -p /opt/lunar/kde/3/share/doc &&
- bzcat $SOURCE_CACHE/$SOURCE | tar xvf - -C /opt/lunar/kde/3/share/doc
+
+ prepare_install &&
+ mkdir -p ${KDE_PREFIX:-$KDEDIR}/share/doc &&
+ bzcat $SOURCE_CACHE/$SOURCE | tar xvf - -C ${KDE_PREFIX:-$KDEDIR}/share/doc
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/KDE-Documentation/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 4 Jan 2004 13:27:03 -0000 1.2
+++ DETAILS 26 Feb 2004 13:59:07 -0000 1.3
@@ -7,7 +7,8 @@
ENTERED=20020523
UPDATED=20020523
GARBAGE=off
- SHORT="KDE-Documentation contains KDE library documentation."
+ SHORT="KDE-Documentation contains KDE library documentation."
+
cat << EOF
KDE-Documentation contains pregenerated KDE library documentation for use by
kdevelop.
More information about the Lunar-commits
mailing list