|
From: Carlo W. <li...@us...> - 2001-12-09 16:25:15
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-09 16:25:14 UTC
Modified files:
Tag: branch-threading
libcwd/libcwd.spec.in
Log message:
Fixed documentation URL.
---------------------- diff included ----------------------
Index: src/libcwd/libcwd.spec.in
diff -u src/libcwd/libcwd.spec.in:1.8.2.2 src/libcwd/libcwd.spec.in:1.8.2.3
--- src/libcwd/libcwd.spec.in:1.8.2.2 Sun Dec 9 08:18:49 2001
+++ src/libcwd/libcwd.spec.in Sun Dec 9 08:25:04 2001
@@ -39,7 +39,7 @@
echo
echo "Please look at %{__prefix}/doc/libcwd-%{version}/example-project.tar.gz"
echo "for an example of how to write an application that uses libcwd."
-echo "Detailed documentation can be found in file://%{__prefix}/doc/libcwd-%{version}/html/index.html"
+echo "Detailed documentation can be found in file:/%{__prefix}/doc/libcwd-%{version}/html/index.html"
echo
%files
----------------------- End of diff -----------------------
|