File: fix-doc-path.patch

package info (click to toggle)
linbox 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,940 kB
  • sloc: cpp: 108,392; lisp: 5,469; makefile: 1,345; sh: 1,244; csh: 131; python: 74; perl: 2
file content (23 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Fix links in documentation and provide a pointer to README about how to generate
developer's documentation.

--- a/doc/mainpage.doxy
+++ b/doc/mainpage.doxy
@@ -101,12 +101,14 @@
  * .
  *
  * \section docu Documentation
- * - <a href="../linbox-html/index.html"     style="color: blue  ; font-weight:
+ * - <a href="index.html"     style="color: blue  ; font-weight:
  * bold"> Documentation for Users</a>. If everything around is blue, then you
  * are reading the lighter, user-oriented, documentation.
- * - <a href="../linbox-dev-html/index.html" style="color: green ; font-weight:
+ * - <a href="../liblinbox-dev-doc/index.html" style="color: green ; font-weight:
  * bold"> Documentation for Developers</a>. If everything around is green, then
- * you can get to everything (not necessarily yet) documented.
+ * you can get to everything (not necessarily yet) documented. Note: The Debian
+ * package does not ship this documentation, for details please see
+ * /usr/share/doc/liblinbox-doc/README.Debian.
  * .
  *
  * \section contrib Contributing to LinBox, getting assistance.