|
From: Carlo W. <li...@us...> - 2001-12-09 16:19:01
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-09 16:18:59 UTC
Modified files:
Tag: branch-threading
libcwd/libcwd.spec.in
Log message:
Added doxygen documentation to the rpm.
---------------------- diff included ----------------------
Index: src/libcwd/libcwd.spec.in
diff -u src/libcwd/libcwd.spec.in:1.8.2.1 src/libcwd/libcwd.spec.in:1.8.2.2
--- src/libcwd/libcwd.spec.in:1.8.2.1 Fri Dec 7 19:07:21 2001
+++ src/libcwd/libcwd.spec.in Sun Dec 9 08:18:49 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 on-line at http://libcw.sourceforge.net/debugging/"
+echo "Detailed documentation can be found in file://%{__prefix}/doc/libcwd-%{version}/html/index.html"
echo
%files
@@ -47,6 +47,11 @@
%doc README
%doc example-project.tar.gz
%doc documentation/html
+%doc documentation/scripts
+%doc documentation/styles
+%doc documentation/images
+%doc documentation/external
+%doc documentation/doxygen-examples
%dir %{__prefix}/include/libcw
%{__prefix}/lib/*
%{__prefix}/include/libcw/*
----------------------- End of diff -----------------------
|